public class DCLStatement extends AbstractSQLStatement
| Constructor and Description |
|---|
DCLStatement() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDCL(TokenType primaryTokenType,
TokenType secondaryTokenType)
Is DCL statement.
|
boolean |
isGrantForSingleTable()
Judge whether contain star for table.
|
addSQLToken, findSQLToken, getSQLTokens, increaseParametersIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncryptConditions, getLogicSQL, getParametersIndex, getRouteConditions, getTables, getType, setLogicSQLpublic static boolean isDCL(TokenType primaryTokenType, TokenType secondaryTokenType)
primaryTokenType - primary token typesecondaryTokenType - secondary token typepublic boolean isGrantForSingleTable()
Copyright © 2019 The Apache Software Foundation. All rights reserved.