namespaceZtdQuery\Platform\Sqlite\Sql\Lexing

Classes 6§

ExpressionSpan @visibility ZtdQuery\Platform\SqliteLocates expression delimiters while preserving nested parentheses and quoted values.
IdentifierDecoder @visibility ZtdQuery\Platform\SqliteDecodes quoted identifiers and locates identifier token boundaries.
LiteralMasker @visibility ZtdQuery\Platform\SqliteMasks comments and string literals while preserving their byte offsets.
OpaqueSqlSpan @visibility ZtdQuery\Platform\SqliteMeasures comments and quoted spans that cannot contain statement keywords.
QuotedSpan @visibility ZtdQuery\Platform\SqliteMeasures quoted SQL spans without treating their contents as syntax.
TopLevelKeywordScanner @visibility ZtdQuery\Platform\SqliteLocates unquoted top-level keywords and completed parenthesized groups.