namespaceSqlFaker\Sqlite\Generation\Lexeme
Classes 5§
| DefinitionFactory | Declares scanner values, fixed spellings, contextual domains and spacing for SQLite 3.47.2.
Source tag version-3.47.2 matches sqlite-3.47.2 in resources/version.php. |
| JoinLexemeGenerator | Realizes JOIN_KW registrations under the complete join-type condition from select.c/sqlite3JoinType. |
| JoinModifiers | The word flags and validity conditions in SQLite 3.47.2 select.c/sqlite3JoinType. |
| LexicalDefinition | Carries one lexical composition and its tokenizer and token-budget metadata. |
| WindowNameLexemeGenerator | tokenize.c getToken excludes INDEXED although parse.y idj allows it as a name.
Quoting that spelling keeps WINDOW/OVER recognized by their scanner lookahead. |