public class SQLAlterTableDropSubpartition extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableDropSubpartition() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLIntegerExpr> |
getPartitionIds() |
List<SQLIntegerExpr> |
getSubpartitionIds() |
void |
setPartitionIds(List<SQLIntegerExpr> partitionIds) |
void |
setSubpartitionIds(List<SQLIntegerExpr> subpartitionIds) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic List<SQLIntegerExpr> getPartitionIds()
public void setPartitionIds(List<SQLIntegerExpr> partitionIds)
public List<SQLIntegerExpr> getSubpartitionIds()
public void setSubpartitionIds(List<SQLIntegerExpr> subpartitionIds)
Copyright © 2013–2021 Alibaba Group. All rights reserved.