Class SQLAlterTableAddPartition

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

public class SQLAlterTableAddPartition extends SQLObjectImpl implements SQLAlterTableItem
  • Constructor Details

    • SQLAlterTableAddPartition

      public SQLAlterTableAddPartition()
  • Method Details

    • getPartitions

      public List<SQLObject> getPartitions()
    • addPartition

      public void addPartition(SQLObject x)
    • isIfNotExists

      public boolean isIfNotExists()
    • setIfNotExists

      public void setIfNotExists(boolean ifNotExists)
    • getPartitionCount

      public SQLExpr getPartitionCount()
    • setPartitionCount

      public void setPartitionCount(SQLExpr x)
    • getLocation

      public SQLExpr getLocation()
    • setLocation

      public void setLocation(SQLExpr x)
    • accept0

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