final class DropColumnResolver
Restricted visibility: declared "@visibility ZtdQuery\Platform\Sqlite". Code outside that scope must not name this declaration.

Builds a schema and row projection for removing a column.

Methods§

public function __construct(private TableDefinitionRegistry $registry)

Binds the collaborators used by this operation.

Parameters

public function definitionWithoutColumn(
    TableDefinition $existing,
    string $columnName,
): TableDefinition

Private surface 1§

Implementation details, listed for orientation only.

private TableDefinitionRegistry $registry

Test cases 8§

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

Dedicated tests 3
Other tests reaching this symbol 5

Relations§

Instantiated in 1
Method calls 1