类 SQLRefreshMaterializedViewStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLRefreshMaterializedViewStatement
所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLRefreshMaterializedViewStatement extends SQLStatementImpl
  • 构造器详细资料

    • SQLRefreshMaterializedViewStatement

      public SQLRefreshMaterializedViewStatement()
    • SQLRefreshMaterializedViewStatement

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

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      覆盖:
      accept0 在类中 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()
      指定者:
      getChildren 在接口中 SQLStatement
      覆盖:
      getChildren 在类中 SQLStatementImpl