public class SQLAlterTableMergePartition extends SQLObjectImpl implements SQLAlterTableItem
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterTableMergePartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLPartitionSpec x) |
SQLPartitionSpec |
getOverwritePartition() |
List<SQLPartitionSpec> |
getPartitions() |
boolean |
isIfExists() |
void |
setIfExists(boolean ifExists) |
void |
setOverwritePartition(SQLPartitionSpec x) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic List<SQLPartitionSpec> getPartitions()
public void addPartition(SQLPartitionSpec x)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLPartitionSpec getOverwritePartition()
public void setOverwritePartition(SQLPartitionSpec x)
Copyright © 2013–2023. All rights reserved.