public class SQLGrantStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLGrantStatement() |
SQLGrantStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLGrantStatement()
public SQLGrantStatement(String dbType)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
public 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–2017 Alibaba Group. All rights reserved.