Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-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
 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 subpartitionModel)
          Set the OracleTablePartitions object that defines the SUBPARTITION or SUBPARTITION_TEMPLATE model of a RANGE-HASH or RANGE-LIST composite partition.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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