public class OracleAlterTableSplitPartition extends OracleAlterTableItem
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleAlterTableSplitPartition.NestedTablePartitionSpec |
static class |
OracleAlterTableSplitPartition.TableSpaceItem |
static class |
OracleAlterTableSplitPartition.UpdateIndexesClause |
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLExpr> |
at |
private List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> |
into |
private SQLName |
name |
private OracleAlterTableSplitPartition.UpdateIndexesClause |
updateIndexes |
private List<SQLExpr> |
values |
attributes, parent| 构造器和说明 |
|---|
OracleAlterTableSplitPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLExpr> |
getAt() |
List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> |
getInto() |
SQLName |
getName() |
OracleAlterTableSplitPartition.UpdateIndexesClause |
getUpdateIndexes() |
List<SQLExpr> |
getValues() |
void |
setAt(List<SQLExpr> at) |
void |
setInto(List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> into) |
void |
setName(SQLName name) |
void |
setUpdateIndexes(OracleAlterTableSplitPartition.UpdateIndexesClause updateIndexes) |
void |
setValues(List<SQLExpr> values) |
accept0, clone, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName name
private List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> into
private OracleAlterTableSplitPartition.UpdateIndexesClause updateIndexes
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic OracleAlterTableSplitPartition.UpdateIndexesClause getUpdateIndexes()
public void setUpdateIndexes(OracleAlterTableSplitPartition.UpdateIndexesClause updateIndexes)
public SQLName getName()
public void setName(SQLName name)
public List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> getInto()
public void setInto(List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> into)
Copyright © 2013–2019 Alibaba Group. All rights reserved.