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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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–2017 Alibaba Group. All rights reserved.