public class SQLAlterTableAddPartition extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableAddPartition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(SQLObject partition) |
SQLExpr |
getPartitionCount() |
List<SQLObject> |
getPartitions() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setPartitionCount(SQLExpr partitionCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void addPartition(SQLObject partition)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr partitionCount)
Copyright © 2013–2018 Alibaba Group. All rights reserved.