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

Column Mapping.

Methods§

public function inputTargets(
    LoadStatement $statement,
    TableDefinition $definition,
    string $sql,
): list<string>

Parameters

$statementLoadStatement
$definitionTableDefinition
$sqlstring

Returns

list<string>
Test cases 1
Called from 1
Calls 10
public function inputTarget(string $sqlPart, string $sql): string
public function setOperations(
    LoadStatement $statement,
    TableDefinition $definition,
    string $sql,
): array<string, string>
public function ignoreRows(LoadStatement $statement, string $sql): int

Ignore Rows for the supplied MySQL input.

Parameters

$statementLoadStatement
$sqlstring

Returns

int
Test cases 1
Called from 1
Calls 3

Test cases 11§

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

Dedicated tests 6
Other tests reaching this symbol 5

Relations§

Instantiated in 8
Method calls 8