public class TSqlCmdsSqlite extends AbstractSqlCmds
gnewsqlstatementtype, initialized, initLock, sqlCmdList, vendor| Constructor and Description |
|---|
TSqlCmdsSqlite() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeCommands()
Initialize vendor-specific commands.
|
TCustomSqlStatement |
issql(TSourceToken token,
EFindSqlStateType state,
TCustomSqlStatement currentStatement)
Identifies the SQL statement type from a token stream.
|
addCmd, addCmd, addCmd, addCmd, addCmd, addCmd, addCmd, addCmd, ensureInitialized, findcte, finddbcmd, getSqlCmdList, getStatementTypeForToken, getToken1Str, getVendorpublic TSqlCmdsSqlite()
protected void initializeCommands()
AbstractSqlCmdsinitializeCommands in class AbstractSqlCmdspublic TCustomSqlStatement issql(TSourceToken token, EFindSqlStateType state, TCustomSqlStatement currentStatement)
ISqlCmdstoken - Current token being analyzedstate - Current parsing state (start, in body, or in exception)currentStatement - Current statement being built (may be modified)