public class SQLAlterTableDropPartition extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
ifExists |
private List<SQLObject> |
partitions |
private boolean |
purge |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableDropPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLObject partition) |
List<SQLObject> |
getPartitions() |
boolean |
isIfExists() |
boolean |
isPurge() |
void |
setIfExists(boolean ifExists) |
void |
setPurge(boolean purge) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void addPartition(SQLObject partition)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public boolean isPurge()
public void setPurge(boolean purge)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.