public class OdpsGrantStmt extends SQLGrantStatement
Constructor and Description |
---|
OdpsGrantStmt() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
getColumns() |
SQLExpr |
getExpire() |
SQLExpr |
getLabel() |
SQLObject |
getOn() |
List<SQLExpr> |
getPrivileges() |
SQLObjectType |
getSubjectType() |
SQLExpr |
getTo() |
boolean |
isLabel() |
boolean |
isSuper() |
void |
setColumnList(List<SQLName> columns) |
void |
setExpire(SQLExpr expire) |
void |
setLabel(boolean isLabel) |
void |
setLabel(SQLExpr label) |
void |
setOn(SQLExpr on) |
void |
setSubjectType(SQLObjectType subjectType) |
void |
setSuper(boolean isSuper) |
void |
setTo(SQLExpr to) |
getChildren, getIdentifiedBy, getIdentifiedByPassword, getMaxConnectionsPerHour, getMaxQueriesPerHour, getMaxUpdatesPerHour, getMaxUserConnections, getObjectType, getWithGrantOption, isAdminOption, setAdminOption, setIdentifiedBy, setIdentifiedByPassword, setMaxConnectionsPerHour, setMaxQueriesPerHour, setMaxUpdatesPerHour, setMaxUserConnections, setObjectType, setOn, setWithGrantOption
clone, 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 SQLObject getOn()
getOn
in class SQLGrantStatement
public void setOn(SQLExpr on)
public SQLExpr getTo()
getTo
in class SQLGrantStatement
public void setTo(SQLExpr to)
setTo
in class SQLGrantStatement
public List<SQLExpr> getPrivileges()
getPrivileges
in class SQLGrantStatement
public SQLObjectType getSubjectType()
public void setSubjectType(SQLObjectType subjectType)
public boolean isSuper()
public void setSuper(boolean isSuper)
public boolean isLabel()
public void setLabel(boolean isLabel)
public SQLExpr getLabel()
public void setLabel(SQLExpr label)
public SQLExpr getExpire()
public void setExpire(SQLExpr expire)
Copyright © 2013–2017 Alibaba Group. All rights reserved.