| 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 | 
|---|---|
IndexPartition[] | 
OracleIndexPartitions.getPartitions()
Returns an array of IndexPartition objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OracleIndexPartitions.addPartition(IndexPartition partition)  | 
void | 
OracleIndexPartitions.addPartition(int index,
            IndexPartition partition)
Adds one partition at the given index. 
 | 
void | 
OracleIndexPartitions.removePartition(IndexPartition partition)  | 
void | 
OracleIndexPartitions.setPartitions(IndexPartition[] partitions)  |