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

Builds schema changes for renaming a table or column.

Methods§

public function __construct(private TableDefinitionRegistry $registry)

Binds the collaborators used by this operation.

Parameters

public function definitionWithRenamedColumn(
    TableDefinition $existing,
    string $oldName,
    string $newName,
): TableDefinition

Private surface 1§

Implementation details, listed for orientation only.

private TableDefinitionRegistry $registry

Test cases 9§

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

Dedicated tests 4
Other tests reaching this symbol 5

Relations§

Instantiated in 2
Method calls 2