namespaceSqlFaker\Sqlite\Generation
Namespaces 4§
| Lexeme | SqlFaker\Sqlite\Generation\Lexeme |
| Rewrite | SqlFaker\Sqlite\Generation\Rewrite |
| Tokenization | SqlFaker\Sqlite\Generation\Tokenization |
| Value | SqlFaker\Sqlite\Generation\Value |
Classes 4§
| GenerationContext @visibility root | Binds the Sqlite grammar and lexical declarations to the common SQL generation engine. |
| GenerationPlans @visibility root | Names the generation plans this dialect's provider is built from. |
| GrammarAdaptation @visibility root | Exposes statement aliases for SQLite's cmd alternatives without filtering the upstream grammar. |
| LexicalGrammar @visibility root | SQLite lexical generation using source-based candidate and boundary definitions.
Tokenization is exposed separately for diagnostics and does not decide generation success. |
Enums 1§
| StatementRule public API | Statement start rules available to SQLite SQL generation. |