public class DCLStatement extends AbstractSQLStatement
| 构造器和说明 |
|---|
DCLStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isDCL(TokenType primaryTokenType,
TokenType secondaryTokenType)
Is DCL statement.
|
boolean |
isGrantForSingleTable()
Judge whether contain star for table.
|
getType, increaseParametersIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConditions, getParametersIndex, getSqlTokens, getTables, setParametersIndexpublic static boolean isDCL(TokenType primaryTokenType, TokenType secondaryTokenType)
primaryTokenType - primary token typesecondaryTokenType - secondary token typepublic boolean isGrantForSingleTable()
Copyright © 2018. All rights reserved.