Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.db.ora.OracleTablePartitions

Packages that use OracleTablePartitions
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of OracleTablePartitions in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return OracleTablePartitions
 OracleTablePartitions TablePartition.getPartitionLevelSubpartitions()
          Get the OracleTablePartitions object that represents the partition level subpartitions of a composite range partition or range subpartition template.
 OracleTablePartitions OracleTablePartitions.getSubpartitionModel()
          Returns the OracleTablePartitions object that defines the SUBPARTITION or SUBPARTITION_TEMPLATE model of a RANGE-HASH or RANGE-LIST composite partition.
 

Methods in oracle.javatools.db.ora with parameters of type OracleTablePartitions
protected  void OracleTablePartitions.copyToImpl(OracleTablePartitions target, DBObject copyParent, IDPolicy idPolicy)
           
protected  boolean OracleTablePartitions.equalsImpl(OracleTablePartitions target)
           
 void TablePartition.setPartitionLevelSubpartitions(OracleTablePartitions partitionLevelSubpartitions)
          Set the OracleTablePartitions object that represents the partition level subpartitions of a composite range partition or range subpartition template.
 void OracleTablePartitions.setSubpartitionModel(OracleTablePartitions subpartitions)
          Set the OracleTablePartitions object that defines the SUBPARTITION or SUBPARTITION_TEMPLATE model of a RANGE-HASH or RANGE-LIST composite partition.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.