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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLGrantStatement()
public SQLGrantStatement(String dbType)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class 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–2018 Alibaba Group. All rights reserved.