Class SQLAlterTableDropPartition

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLAlterTableDropPartition
All Implemented Interfaces:
SQLObject, SQLAlterTableItem

public class SQLAlterTableDropPartition extends SQLObjectImpl implements SQLAlterTableItem
  • Constructor Details

    • SQLAlterTableDropPartition

      public SQLAlterTableDropPartition()
  • Method Details

    • getPartitions

      public List<SQLExpr> getPartitions()
    • addPartition

      public void addPartition(SQLExpr partition)
    • isIfExists

      public boolean isIfExists()
    • setIfExists

      public void setIfExists(boolean ifExists)
    • isPurge

      public boolean isPurge()
    • setPurge

      public void setPurge(boolean purge)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Specified by:
      accept0 in class SQLObjectImpl