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

Conflict Predicate.

Methods§

public function __construct(private MySqlIdentifierQuoter $quoter)

Configure the dependencies used by this operation.

Parameters

public function conflictPredicate(
    array<string, array<int, string>> $candidateKeys,
    string $existingAlias,
    string $incomingAlias,
): string

Parameters

$candidateKeysarray<string, array<int, string>>
$existingAliasstring
$incomingAliasstring

Returns

string
Test cases 1
Called from 1
Calls 2

Private surface 1§

Implementation details, listed for orientation only.

private MySqlIdentifierQuoter $quoter

Test cases 9§

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

Dedicated tests 1
Other tests reaching this symbol 8

Relations§

Instantiated in 1
Method calls 1