namespaceSqlFaker\Sqlite\Generation\Lexeme

Classes 5§

DefinitionFactoryDeclares 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.
JoinLexemeGeneratorRealizes JOIN_KW registrations under the complete join-type condition from select.c/sqlite3JoinType.
JoinModifiersThe word flags and validity conditions in SQLite 3.47.2 select.c/sqlite3JoinType.
LexicalDefinitionCarries one lexical composition and its tokenizer and token-budget metadata.
WindowNameLexemeGeneratortokenize.c getToken excludes INDEXED although parse.y idj allows it as a name. Quoting that spelling keeps WINDOW/OVER recognized by their scanner lookahead.