public class SQLRevokeStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLRevokeStatement() |
SQLRevokeStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getFrom() |
SQLObjectType |
getObjectType() |
SQLObject |
getOn() |
List<SQLExpr> |
getPrivileges() |
void |
setFrom(SQLExpr from) |
void |
setObjectType(SQLObjectType objectType) |
void |
setOn(SQLObject on) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLRevokeStatement()
public SQLRevokeStatement(String dbType)
public SQLObject getOn()
public void setOn(SQLObject on)
public SQLExpr getFrom()
public void setFrom(SQLExpr from)
public SQLObjectType getObjectType()
public void setObjectType(SQLObjectType objectType)
Copyright © 2013–2018 Alibaba Group. All rights reserved.