public class TSqlCmdsFlink extends AbstractSqlCmds
gnewsqlstatementtype, initialized, initLock, sqlCmdList, vendor| Constructor and Description |
|---|
TSqlCmdsFlink() |
| 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 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, getVendorpublic TSqlCmdsFlink()
protected void initializeCommands()
AbstractSqlCmdsinitializeCommands in class AbstractSqlCmdsprotected String getToken1Str(int token1)
AbstractSqlCmdsgetToken1Str in class AbstractSqlCmdstoken1 - Token codepublic 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)