public class TSqlCmdsDoris extends AbstractSqlCmds
gnewsqlstatementtype, initialized, initLock, sqlCmdList, vendor| Constructor and Description |
|---|
TSqlCmdsDoris() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getToken1Str(int token1)
Get the string representation for vendor-specific token codes.
|
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, getVendorpublic TSqlCmdsDoris()
protected String getToken1Str(int token1)
AbstractSqlCmdsgetToken1Str in class AbstractSqlCmdstoken1 - Token codeprotected 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)