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