| 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.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| oracle.jdeveloper.offlinedb | 
 Database API extension for saving database object definitions in XML files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseObjectID
Base DBObjectID implementation that stores the object name and (optionally)
 schema name of the object. 
 | 
class  | 
ConstraintID
Deprecated.  
 | 
class  | 
IdentifierBasedID
The representation of an Object ID for an object in a provider that can be
 uniquely identified by an identifier (other than name). 
 | 
class  | 
NameBasedID
ID implementation that is name based. 
 | 
class  | 
ReferenceID
ID implementation used for a reference property - i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends AbstractDBObjectID> | 
AbstractDBObjectID.copyWithNewType(T id,
               java.util.Map<java.lang.String,java.lang.String> typeMap)
INTERNAL USE ONLY. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractDBObjectID.copyToImpl(AbstractDBObjectID target)  | 
protected boolean | 
AbstractDBObjectID.equalsImpl(AbstractDBObjectID target)
Returns true if the type of the IDs is the same. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NameBasedRefID
Deprecated.  
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLFragmentID
Deprecated. 
 
SQLFragments now use IdentifierBaseID insteasd 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OfflineDBObjectID
Deprecated. 
 
use IdentifierBasedID if a subclass of DBObjectID is *really*
 needed. 
 |