| 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. 
 | 
| 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[] | 
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 | 
MaterializedViewLog.getMasterTableID()
Returns the ID of the master table whose changes are logged 
 | 
DBObjectID[] | 
OracleTablePartitions.getPartitionColumns()
Return an array of (sub)partitioning columns. 
 | 
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 
 |