com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleAlterTableSplitPartition

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleAlterTableItem
              extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleAlterTableSplitPartition
All Implemented Interfaces:
SQLObject, SQLAlterTableItem, OracleSQLObject, Serializable

public class OracleAlterTableSplitPartition
extends OracleAlterTableItem

See Also:
Serialized Form

Nested Class Summary
static class OracleAlterTableSplitPartition.NestedTablePartitionSpec
           
static class OracleAlterTableSplitPartition.TableSpaceItem
           
static class OracleAlterTableSplitPartition.UpdateIndexesClause
           
 
Constructor Summary
OracleAlterTableSplitPartition()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleAlterTableSplitPartition

public OracleAlterTableSplitPartition()
Method Detail

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject
Specified by:
accept0 in class OracleSQLObjectImpl

getUpdateIndexes

public OracleAlterTableSplitPartition.UpdateIndexesClause getUpdateIndexes()

setUpdateIndexes

public void setUpdateIndexes(OracleAlterTableSplitPartition.UpdateIndexesClause updateIndexes)

getName

public SQLName getName()

setName

public void setName(SQLName name)

getAt

public List<SQLExpr> getAt()

setAt

public void setAt(List<SQLExpr> at)

getInto

public List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> getInto()

setInto

public void setInto(List<OracleAlterTableSplitPartition.NestedTablePartitionSpec> into)

getValues

public List<SQLExpr> getValues()

setValues

public void setValues(List<SQLExpr> values)


Copyright © 2012 Alibaba Group. All Rights Reserved.