com.alibaba.druid.sql.ast.statement
类 SQLGrantStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLGrantStatement
- 所有已实现的接口:
- SQLObject, SQLStatement
public class SQLGrantStatement
- extends SQLStatementImpl
SQLGrantStatement
public SQLGrantStatement()
getObjectType
public SQLGrantStatement.ObjectType getObjectType()
setObjectType
public void setObjectType(SQLGrantStatement.ObjectType objectType)
getOn
public SQLExpr getOn()
setOn
public void setOn(SQLExpr on)
getTo
public SQLExpr getTo()
setTo
public void setTo(SQLExpr to)
getPrivileges
public List<SQLExpr> getPrivileges()
getMaxQueriesPerHour
public SQLExpr getMaxQueriesPerHour()
setMaxQueriesPerHour
public void setMaxQueriesPerHour(SQLExpr maxQueriesPerHour)
getMaxUpdatesPerHour
public SQLExpr getMaxUpdatesPerHour()
setMaxUpdatesPerHour
public void setMaxUpdatesPerHour(SQLExpr maxUpdatesPerHour)
getMaxConnectionsPerHour
public SQLExpr getMaxConnectionsPerHour()
setMaxConnectionsPerHour
public void setMaxConnectionsPerHour(SQLExpr maxConnectionsPerHour)
getMaxUserConnections
public SQLExpr getMaxUserConnections()
setMaxUserConnections
public void setMaxUserConnections(SQLExpr maxUserConnections)
isAdminOption
public boolean isAdminOption()
setAdminOption
public void setAdminOption(boolean adminOption)
getIdentifiedBy
public SQLExpr getIdentifiedBy()
setIdentifiedBy
public void setIdentifiedBy(SQLExpr identifiedBy)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.