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


嵌套类摘要
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)
           
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

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 Alibaba Group. All Rights Reserved.