| 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.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractDBObjectBuilder.updateTimestamp(T object)
Sets the timestamp of the given object if the underyling
 DBObjectProvider supports timestamping. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractSQLQueryBuilder.buildDeclarativeProperties(SQLQuery query)
DerivedPropertyBuilder mechanism that directly builds the derived
 properties on the given SQLQuery. 
 |