public class OracleAlterTableSplitPartition extends OracleAlterTableItem
Modifier and Type | Class and Description |
---|---|
static class |
OracleAlterTableSplitPartition.NestedTablePartitionSpec |
static class |
OracleAlterTableSplitPartition.TableSpaceItem |
static class |
OracleAlterTableSplitPartition.UpdateIndexesClause |
Constructor and Description |
---|
OracleAlterTableSplitPartition() |
Modifier and Type | Method and Description |
---|---|
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) |
clone, computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class 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–2021 Alibaba Group. All rights reserved.