| Package | Description |
|---|---|
| oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database.
|
| 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 |
|---|---|
Index |
Table.getIndex(java.lang.String idxName) |
Index[] |
Table.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addIndex(Index index) |
void |
Table.removeIndex(Index index) |
void |
Table.setIndexes(Index[] indexes) |
| Modifier and Type | Method and Description |
|---|---|
static Column[] |
OracleIndexPartitions.getValidGlobalPartitionColumns(Index index)
Returns an array of columns that are eligible for global index partitioning.
|