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, setOn
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLObject getOn()
getOn
在类中 SQLGrantStatement
public void setOn(SQLExpr on)
public SQLExpr getTo()
getTo
在类中 SQLGrantStatement
public void setTo(SQLExpr to)
setTo
在类中 SQLGrantStatement
public List<SQLExpr> getPrivileges()
getPrivileges
在类中 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–2016 Alibaba Group. All rights reserved.