public interface ISqlCmds
| Modifier and Type | Method and Description |
|---|---|
TSqlCmdList |
getSqlCmdList()
Gets the command list for this vendor (for compatibility and debugging).
|
ESqlStatementType |
getStatementTypeForToken(TSourceToken token)
Finds SQL command type for yacc parser integration.
|
EDbVendor |
getVendor()
Gets the vendor this command resolver handles.
|
TCustomSqlStatement |
issql(TSourceToken token,
EFindSqlStateType state,
TCustomSqlStatement currentStatement)
Identifies the SQL statement type from a token stream.
|
TCustomSqlStatement issql(TSourceToken token, EFindSqlStateType state, TCustomSqlStatement currentStatement)
token - Current token being analyzedstate - Current parsing state (start, in body, or in exception)currentStatement - Current statement being built (may be modified)ESqlStatementType getStatementTypeForToken(TSourceToken token)
token - Token to analyzeEDbVendor getVendor()
TSqlCmdList getSqlCmdList()