public class SQLAlterTableAddPartition extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
ifNotExists |
private SQLExpr |
partitionCount |
private List<SQLObject> |
partitions |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableAddPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLObject partition) |
SQLExpr |
getPartitionCount() |
List<SQLObject> |
getPartitions() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setPartitionCount(SQLExpr partitionCount) |
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, setParentprivate boolean ifNotExists
private SQLExpr partitionCount
public void addPartition(SQLObject partition)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr partitionCount)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.