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

Resolves INSERT conflict behavior against candidate keys.

Methods§

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

Binds the collaborators used by this operation.

Parameters

public function resolveInsert(string $sql): ShadowMutation

Resolves INSERT conflict behavior against candidate keys.

Parameters

$sqlstring
Test cases 18
Called from 1
Calls 11

Private surface 2§

Implementation details, listed for orientation only.

private SqliteParser $parser
private TableDefinitionRegistry $registry

Test cases 24§

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

Dedicated tests 20
Other tests reaching this symbol 4

Relations§

Instantiated in 1
Method calls 1