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

Builds a schema and row projection for adding a column.

Methods§

public function __construct(
    private TableDefinitionRegistry $registry,
    private SchemaParser $schemaParser,
)

Binds the collaborators used by this operation.

Parameters

Private surface 2§

Implementation details, listed for orientation only.

private TableDefinitionRegistry $registry
private SchemaParser $schemaParser

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