Class SQLGrantStatement

    • Constructor Detail

      • SQLGrantStatement

        public SQLGrantStatement()
      • SQLGrantStatement

        public SQLGrantStatement​(DbType dbType)
    • Method Detail

      • 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)