public class SQLAlterTableSubpartitionLifecycle extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableSubpartitionLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLIntegerExpr> |
getPartitionIds() |
List<SQLIntegerExpr> |
getSubpartitionLifeCycle() |
void |
setPartitionIds(List<SQLIntegerExpr> partitionIds) |
void |
setSubpartitionLifeCycle(List<SQLIntegerExpr> subpartitionLifeCycle) |
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> getSubpartitionLifeCycle()
public void setSubpartitionLifeCycle(List<SQLIntegerExpr> subpartitionLifeCycle)
Copyright © 2013–2020 Alibaba Group. All rights reserved.