| Package | Description | 
|---|---|
| oracle.javatools.db.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |