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

Recognizes the identifier and punctuation suffix of an ATTACH statement.

Methods§

public static function isIdentifierSuffix(list<SqlToken> $tokens, int $index): bool
public static function isSymbol(SqlToken $token, string $symbol): bool

Recognizes the identifier and punctuation suffix of an ATTACH statement.

Parameters

$tokenSqlToken
$symbolstring

Returns

bool
Test cases 1
Called from 1
Calls 1

Test cases 7§

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 5

Relations§

Static calls 2