类 SQLAlterTableDiscardPartition

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLAlterTableDiscardPartition
所有已实现的接口:
SQLObject, SQLAlterTableItem

public class SQLAlterTableDiscardPartition extends SQLObjectImpl implements SQLAlterTableItem
  • 构造器详细资料

    • SQLAlterTableDiscardPartition

      public SQLAlterTableDiscardPartition()
  • 方法详细资料

    • getPartitions

      public List<SQLName> getPartitions()
    • addPartition

      public void addPartition(SQLName partition)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      指定者:
      accept0 在类中 SQLObjectImpl
    • isTablespace

      public boolean isTablespace()
    • setTablespace

      public void setTablespace(boolean tablespace)