Class SQLGrantStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement
Direct Known Subclasses:
OdpsGrantStmt

public class SQLGrantStatement extends SQLPrivilegeStatement
  • Constructor Details

    • SQLGrantStatement

      public SQLGrantStatement()
    • SQLGrantStatement

      public SQLGrantStatement(DbType dbType)
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl
    • getChildren

      public List<SQLObject> getChildren()
      Specified by:
      getChildren in interface SQLStatement
      Overrides:
      getChildren in class SQLStatementImpl
    • getResourceType

      public SQLObjectType getResourceType()
      Overrides:
      getResourceType in class SQLPrivilegeStatement
    • setResourceType

      public void setResourceType(SQLObjectType resourceType)
      Overrides:
      setResourceType in class 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)