public class SQLAlterTableDropPartition extends SQLObjectImpl implements SQLAlterTableItem
| 构造器和说明 |
|---|
SQLAlterTableDropPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringaccept, 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.