public class OdpsGrantStmt extends SQLGrantStatement
| 构造器和说明 |
|---|
OdpsGrantStmt() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
getIdentifiedBy, getMaxConnectionsPerHour, getMaxQueriesPerHour, getMaxUpdatesPerHour, getMaxUserConnections, getObjectType, isAdminOption, setAdminOption, setIdentifiedBy, setMaxConnectionsPerHour, setMaxQueriesPerHour, setMaxUpdatesPerHour, setMaxUserConnections, setObjectType, setOngetDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLObject getOn()
getOn 在类中 SQLGrantStatementpublic void setOn(SQLExpr on)
public SQLExpr getTo()
getTo 在类中 SQLGrantStatementpublic void setTo(SQLExpr to)
setTo 在类中 SQLGrantStatementpublic List<SQLExpr> getPrivileges()
getPrivileges 在类中 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-2016 Alibaba Group. All Rights Reserved.