| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DBObjectID | 
TemporaryObjectID.findOriginalID(TemporaryObjectID id)
Finds the original most ID in the given TemporaryObjectID's "original
 object" heirachy. 
 | 
static DBObject | 
TemporaryObjectID.findOriginalObject(TemporaryObjectID id)
Returns the original object's id, or null if there is no original
 object. 
 |