| 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 static AbstractDBObject.ChildSupport | 
AbstractDBObject.getChildSupport(AbstractDBObject obj,
               java.lang.String propName)
Gets (creating if missing) the ChildSupport wrapper for a property that
 is a child list. 
 | 
protected AbstractDBObject.ChildSupport | 
AbstractDBObject.getChildSupport(java.lang.String propName)
Gets (creating if missing) the ChildSupport wrapper for a property that
 is a child list. 
 |