namespaceZtdQuery\Platform\Sqlite\Sql\Lexing
Classes 6§
| ExpressionSpan @visibility ZtdQuery\Platform\Sqlite | Locates expression delimiters while preserving nested parentheses and quoted values. |
| IdentifierDecoder @visibility ZtdQuery\Platform\Sqlite | Decodes quoted identifiers and locates identifier token boundaries. |
| LiteralMasker @visibility ZtdQuery\Platform\Sqlite | Masks comments and string literals while preserving their byte offsets. |
| OpaqueSqlSpan @visibility ZtdQuery\Platform\Sqlite | Measures comments and quoted spans that cannot contain statement keywords. |
| QuotedSpan @visibility ZtdQuery\Platform\Sqlite | Measures quoted SQL spans without treating their contents as syntax. |
| TopLevelKeywordScanner @visibility ZtdQuery\Platform\Sqlite | Locates unquoted top-level keywords and completed parenthesized groups. |