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

Resolves row updates and deletions against the current shadow schema.

Methods§

public function __construct(
    private SqliteParser $parser,
    private TableDefinitionRegistry $registry,
    private ShadowStore $shadowStore,
)

Binds the collaborators used by this operation.

Parameters

public function resolveUpdate(string $sql): ShadowMutation

Resolves row updates and deletions against the current shadow schema.

Parameters

$sqlstring
Test cases 10
Called from 1
Calls 10
public function resolveDelete(string $sql): ShadowMutation

Resolves row updates and deletions against the current shadow schema.

Parameters

$sqlstring
Test cases 18
Called from 1
Calls 10

Private surface 3§

Implementation details, listed for orientation only.

private SqliteParser $parser
private TableDefinitionRegistry $registry
private ShadowStore $shadowStore

Test cases 32§

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

Dedicated tests 28
Other tests reaching this symbol 4

Relations§

Instantiated in 2
Method calls 2