public class SQLGrantStatement extends SQLStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLGrantStatement.ObjectType |
| 构造器和说明 |
|---|
SQLGrantStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLExpr |
getIdentifiedBy() |
SQLExpr |
getMaxConnectionsPerHour() |
SQLExpr |
getMaxQueriesPerHour() |
SQLExpr |
getMaxUpdatesPerHour() |
SQLExpr |
getMaxUserConnections() |
SQLGrantStatement.ObjectType |
getObjectType() |
SQLExpr |
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(SQLGrantStatement.ObjectType objectType) |
void |
setOn(SQLExpr on) |
void |
setTo(SQLExpr to) |
toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLGrantStatement.ObjectType getObjectType()
public void setObjectType(SQLGrantStatement.ObjectType objectType)
public SQLExpr getOn()
public void setOn(SQLExpr 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-2014 Alibaba Group. All Rights Reserved.