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, setWithGrantOptionclone, 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 SQLObject getOn()
getOn in class SQLGrantStatementpublic void setOn(SQLExpr on)
public SQLExpr getTo()
getTo in class SQLGrantStatementpublic void setTo(SQLExpr to)
setTo in class SQLGrantStatementpublic List<SQLExpr> getPrivileges()
getPrivileges in class SQLGrantStatementpublic 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–2018 Alibaba Group. All rights reserved.