final class DropTableMutation
    implements ShadowMutation

Applies DROP TABLE operation to the virtual schema. This mutation marks a table as removed from the virtual schema and clears its rows.

Methods§

public function tableName(): string

{@inheritDoc}

Returns

string
Test cases 1

Private surface 4§

Implementation details, listed for orientation only.

private string $tableName
private TableDefinitionRegistry $registry
private string $sourceSql
private bool $ifExists

Test cases 8§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 6
Other tests reaching this symbol 2

Relations§

Constant reads 1