| 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 | Class and Description | 
|---|---|
class  | 
Alias
Model of a database alias. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaObject | 
DBUtil.getSynonymReference(Synonym synonym)
Find the object that is referenced by the given synonym. 
 | 
static java.util.List<SchemaObject> | 
DBUtil.getSynonymReferenceChain(Synonym synonym)
Finds the chain of objects from the given Synonym to the first non-Synonym SchemaObject. 
 |