| 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.hive | |
| oracle.javatools.db.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| oracle.javatools.db.plsql | 
 Classes for dealing with PL/SQL objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBObjectID[] | 
ColumnConstraint.getColumnIDs()
Gets the IDs of the columns referenced by this Constraint. 
 | 
DBObjectID | 
Index.getDomainIndextype()  | 
DBObjectID | 
UniqueConstraint.getIndexID()
Get the Index that implements this UniqueConstraint 
 | 
DBObjectID | 
Synonym.getReference()
Retrieves the object refered to by this synonym. 
 | 
DBObjectID | 
FKConstraint.getReferenceID()
Retrieves the Object ID of the referenced unique constraint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBObjectID[] | 
HiveBucketProperties.getBucketColumns()
Gets the ids for the columns that are bucketed (clustered) for the
 table. 
 | 
DBObjectID[] | 
HivePartitionProperties.getPartitionColumns()
Gets the ids of the columns, from the parent table, that the table is
 partitioned by. 
 | 
DBObjectID[] | 
HiveSkewProperties.getSkewedColumns()
Gets the ids of the columns, from the parent table, that the table is
 skewed by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBObjectID[] | 
OracleInMemoryColumnProperties.getColumnIDs()
Gets the IDs for the columns that are included in this object. 
 | 
DBObjectID[] | 
MaterializedViewLog.getColumnIDs()
Gets the list of columns in the "WITH" clause of the Materialized View Log. 
 | 
DBObjectID | 
OracleExternalTableProperties.getDefaultDirectory()
Gets the default Directory by ID. 
 | 
DBObjectID | 
OracleExternalTableProperties.LocationSpecifier.getDirectory()
Gets the id for the Directory this location is using. 
 | 
DBObjectID | 
XMLTypeColumnProperties.getElementID()  | 
DBObjectID[] | 
OracleTablePartitions.getHashQuantityTablespaceIds()
Return an array of a HASH_QUANTITY_TABLESPACE. 
 | 
DBObjectID[] | 
OracleIndexPartitions.getHashQuantityTablespaceIds()
Return an array of a HASH_QUANTITY_TABLESPACE. 
 | 
DBObjectID | 
OracleIndexOrganizedTableProperties.getIncludeColumn()
Gets the column (if any) to put in the INCLUDE clause. 
 | 
DBObjectID | 
OracleIndexPartitions.getLocalTablePartitionModelID()
Get the id of the partitions model from the parent table for a table
 that is partitioned by REFERENCE. 
 | 
DBObjectID | 
MaterializedViewLog.getMasterTableID()
Returns the ID of the master table whose changes are logged 
 | 
DBObjectID[] | 
OracleTablePartitions.getPartitionColumns()
Return an array of (sub)partitioning columns. 
 | 
DBObjectID | 
OracleTablePartitions.getReferenceConstraintID()
Get the ID of the foreign key constraint used by REFERENCE PARTITION_TYPE 
 | 
DBObjectID | 
OracleTablePartitions.getReferencePartitionModelID()
Get the id of the partitions model from the parent table for a table
 that is partitioned by REFERENCE. 
 | 
DBObjectID | 
OracleStorageProperties.getTablespaceID()  | 
| Modifier and Type | Method and Description | 
|---|---|
DBObjectID | 
Trigger.getBaseObjectID()
Get method for the ID of the SchemaObject this is a Trigger for 
 | 
DBObjectID[] | 
Trigger.getColumnIDs()
Get method for the ColumnIDs property 
 | 
DBObjectID | 
PlSqlSchemaObjectBody.getSpecID()
Get method for the SpecID property 
 |