public class TCLStatement extends AbstractSQLStatement
| 构造器和说明 |
|---|
TCLStatement() |
TCLStatement(TransactionOperationType operationType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isTCL(TokenType tokenType)
Is TCL statement.
|
static boolean |
isTCLUnsafe(DatabaseType dbType,
TokenType tokenType,
LexerEngine lexerEngine)
Is TCL statement.
|
addSQLToken, getSQLTokens, increaseParametersIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConditions, getParametersIndex, getTables, getTypepublic TCLStatement()
public TCLStatement(TransactionOperationType operationType)
public static boolean isTCL(TokenType tokenType)
tokenType - token typepublic static boolean isTCLUnsafe(DatabaseType dbType, TokenType tokenType, LexerEngine lexerEngine)
dbType - database typetokenType - token typelexerEngine - lexer engineCopyright © 2018. All rights reserved.