类 SQLGrantStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement
直接已知子类:
OdpsGrantStmt

public class SQLGrantStatement extends SQLPrivilegeStatement
  • 构造器详细资料

    • SQLGrantStatement

      public SQLGrantStatement()
    • SQLGrantStatement

      public SQLGrantStatement(DbType dbType)
  • 方法详细资料

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      覆盖:
      accept0 在类中 SQLStatementImpl
    • getChildren

      public List<SQLObject> getChildren()
      指定者:
      getChildren 在接口中 SQLStatement
      覆盖:
      getChildren 在类中 SQLStatementImpl
    • getResourceType

      public SQLObjectType getResourceType()
      覆盖:
      getResourceType 在类中 SQLPrivilegeStatement
    • setResourceType

      public void setResourceType(SQLObjectType resourceType)
      覆盖:
      setResourceType 在类中 SQLPrivilegeStatement
    • 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)
    • getIdentifiedByPassword

      public String getIdentifiedByPassword()
    • setIdentifiedByPassword

      public void setIdentifiedByPassword(String identifiedByPassword)
    • getWithGrantOption

      public boolean getWithGrantOption()
    • setWithGrantOption

      public void setWithGrantOption(boolean withGrantOption)