public class SQLGrantStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLGrantStatement() |
SQLGrantStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
SQLExpr |
getIdentifiedBy() |
SQLExpr |
getMaxConnectionsPerHour() |
SQLExpr |
getMaxQueriesPerHour() |
SQLExpr |
getMaxUpdatesPerHour() |
SQLExpr |
getMaxUserConnections() |
SQLObjectType |
getObjectType() |
SQLObject |
getOn() |
List<SQLExpr> |
getPrivileges() |
SQLExpr |
getTo() |
boolean |
isAdminOption() |
void |
setAdminOption(boolean adminOption) |
void |
setIdentifiedBy(SQLExpr identifiedBy) |
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) |
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 SQLGrantStatement()
public SQLGrantStatement(String dbType)
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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.