public class OdpsGrantStmt extends SQLGrantStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLName> |
columns |
private SQLExpr |
expire |
private boolean |
isLabel |
private boolean |
isSuper |
private SQLExpr |
label |
private SQLObjectType |
subjectType |
objectType, on, privileges, toafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OdpsGrantStmt() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(OdpsASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLObjectType subjectType
private boolean isSuper
private boolean isLabel
private SQLExpr label
private SQLExpr expire
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLGrantStatementprotected void accept0(OdpsASTVisitor visitor)
public 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–2019 Alibaba Group. All rights reserved.