Class SQLRefreshMaterializedViewStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLRefreshMaterializedViewStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLRefreshMaterializedViewStatement extends SQLStatementImpl
  • Constructor Details

    • SQLRefreshMaterializedViewStatement

      public SQLRefreshMaterializedViewStatement()
    • SQLRefreshMaterializedViewStatement

      public SQLRefreshMaterializedViewStatement(DbType dbType)
  • Method Details

    • accept0

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

      public SQLExpr getName()
    • setName

      public void setName(SQLExpr x)
    • isConcurrently

      public boolean isConcurrently()
    • setConcurrently

      public void setConcurrently(boolean concurrently)
    • isWithNoData

      public boolean isWithNoData()
    • setWithNoData

      public void setWithNoData(boolean withNoData)
    • setWithData

      public void setWithData(boolean withData)
    • isWithData

      public boolean isWithData()
    • getChildren

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