public class SQLAlterTableDiscardPartition extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLName> |
partitions |
private boolean |
tablespace |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableDiscardPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLName partition) |
List<SQLName> |
getPartitions() |
boolean |
isTablespace() |
void |
setTablespace(boolean tablespace) |
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(SQLName partition)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean isTablespace()
public void setTablespace(boolean tablespace)
Copyright © 2013–2019 Alibaba Group. All rights reserved.