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

Resolves table-wide and column-specific full-text search scopes.

Type Aliases§

TableContext = import from SqliteFullTextSearchRewriter

Methods§

public function tableColumns(
    string $name,
    array<string, TableContext> $tables,
): array<int, string>|null
public function matchingColumn(
    string $name,
    array<string, TableContext> $tables,
): list<string>|null

Test cases 12§

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

Dedicated tests 2
Other tests reaching this symbol 10

Relations§

Instantiated in 2
Method calls 2