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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class 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–2021 Alibaba Group. All rights reserved.