public class TCLStatement extends AbstractSQLStatement
| Constructor and Description |
|---|
TCLStatement() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTCL(TokenType tokenType)
Is TCL statement.
|
static boolean |
isTCLUnsafe(DatabaseType databaseType,
TokenType tokenType,
LexerEngine lexerEngine)
Is TCL statement.
|
addSQLToken, findSQLToken, getSQLTokens, increaseParametersIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncryptConditions, getLogicSQL, getParametersIndex, getRouteConditions, getTables, getType, setLogicSQLpublic static boolean isTCL(TokenType tokenType)
tokenType - token typepublic static boolean isTCLUnsafe(DatabaseType databaseType, TokenType tokenType, LexerEngine lexerEngine)
databaseType - database typetokenType - token typelexerEngine - lexer engineCopyright © 2019 The Apache Software Foundation. All rights reserved.