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, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void addPartition(SQLObject partition)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr partitionCount)
Copyright © 2013–2017 Alibaba Group. All rights reserved.