public class OracleAlterTableSplitPartition extends OracleAlterTableItem
限定符和类型 | 类和说明 |
---|---|
static class |
OracleAlterTableSplitPartition.NestedTablePartitionSpec |
static class |
OracleAlterTableSplitPartition.TableSpaceItem |
static class |
OracleAlterTableSplitPartition.UpdateIndexesClause |
构造器和说明 |
---|
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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
在接口中 OracleSQLObject
accept0
在类中 OracleSQLObjectImpl
public 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–2016 Alibaba Group. All rights reserved.