| 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 | 
|---|---|
protected java.util.Iterator<BuiltInObjectCache> | 
DatabaseDescriptor.getBuiltInObjectCaches()
Gets a cache of the built in objects that this descriptor supports. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DatabaseDescriptor.registerBuiltInObjects(BuiltInObjectCache cache)
Registers any built in objects for the described database with the
 given cache. 
 |