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

Extracts local and referenced columns and referential actions.

Methods§

public function foreignKeyColumns(
    SqlTokenStream $stream,
    list<SqlToken> $tokens,
    int $references,
): list<string>
public function referencedRelation(
    SqlTokenStream $stream,
    list<SqlToken> $tokens,
    int $start,
): array{table: string, columns: list<string>}|null

Test cases 15§

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 9

Relations§

Instantiated in 1
Method calls 1