public class SQLGrantStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
adminOption |
private SQLExpr |
identifiedBy |
private String |
identifiedByPassword |
private SQLExpr |
maxConnectionsPerHour |
private SQLExpr |
maxQueriesPerHour |
private SQLExpr |
maxUpdatesPerHour |
private SQLExpr |
maxUserConnections |
protected SQLObjectType |
objectType |
protected SQLObject |
on |
protected List<SQLExpr> |
privileges |
protected SQLExpr |
to |
private boolean |
withGrantOption |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLGrantStatement() |
SQLGrantStatement(String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
SQLExpr |
getIdentifiedBy() |
String |
getIdentifiedByPassword() |
SQLExpr |
getMaxConnectionsPerHour() |
SQLExpr |
getMaxQueriesPerHour() |
SQLExpr |
getMaxUpdatesPerHour() |
SQLExpr |
getMaxUserConnections() |
SQLObjectType |
getObjectType() |
SQLObject |
getOn() |
List<SQLExpr> |
getPrivileges() |
SQLExpr |
getTo() |
boolean |
getWithGrantOption() |
boolean |
isAdminOption() |
void |
setAdminOption(boolean adminOption) |
void |
setIdentifiedBy(SQLExpr identifiedBy) |
void |
setIdentifiedByPassword(String identifiedByPassword) |
void |
setMaxConnectionsPerHour(SQLExpr maxConnectionsPerHour) |
void |
setMaxQueriesPerHour(SQLExpr maxQueriesPerHour) |
void |
setMaxUpdatesPerHour(SQLExpr maxUpdatesPerHour) |
void |
setMaxUserConnections(SQLExpr maxUserConnections) |
void |
setObjectType(SQLObjectType objectType) |
void |
setOn(SQLObject on) |
void |
setTo(SQLExpr to) |
void |
setWithGrantOption(boolean withGrantOption) |
clone, 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, setParentprotected SQLObject on
protected SQLExpr to
protected SQLObjectType objectType
private SQLExpr maxQueriesPerHour
private SQLExpr maxUpdatesPerHour
private SQLExpr maxConnectionsPerHour
private SQLExpr maxUserConnections
private boolean adminOption
private SQLExpr identifiedBy
private String identifiedByPassword
private boolean withGrantOption
public SQLGrantStatement()
public SQLGrantStatement(String dbType)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic SQLObjectType getObjectType()
public void setObjectType(SQLObjectType objectType)
public SQLObject getOn()
public void setOn(SQLObject on)
public SQLExpr getTo()
public void setTo(SQLExpr to)
public SQLExpr getMaxQueriesPerHour()
public void setMaxQueriesPerHour(SQLExpr maxQueriesPerHour)
public SQLExpr getMaxUpdatesPerHour()
public void setMaxUpdatesPerHour(SQLExpr maxUpdatesPerHour)
public SQLExpr getMaxConnectionsPerHour()
public void setMaxConnectionsPerHour(SQLExpr maxConnectionsPerHour)
public SQLExpr getMaxUserConnections()
public void setMaxUserConnections(SQLExpr maxUserConnections)
public boolean isAdminOption()
public void setAdminOption(boolean adminOption)
public SQLExpr getIdentifiedBy()
public void setIdentifiedBy(SQLExpr identifiedBy)
public String getIdentifiedByPassword()
public void setIdentifiedByPassword(String identifiedByPassword)
public boolean getWithGrantOption()
public void setWithGrantOption(boolean withGrantOption)
Copyright © 2013–2019 Alibaba Group. All rights reserved.