final class CandidateKeyConflict

Identifies the existing row and candidate key responsible for a conflict.

Type Aliases§

Row = import from TableDefinition

Properties§

public int $rowIndex
public string $keyName
public Row $values

Methods§

public function __construct(public int $rowIndex, public string $keyName, public Row $values)

Parameters

$rowIndexint
$keyNamestring
$valuesRow
Test cases 1

Test cases 10§

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 9

Relations§

Instantiated in 1
Constant reads 1
Type declarations 2