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