| 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).
|
| oracle.jdeveloper.offlinedb |
Database API extension for saving database object definitions in XML files.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdentifierBasedID.copyToImpl(IdentifierBasedID target) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierBasedID |
OfflineDBObjectFactory.newID(java.lang.String type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DBObjectID |
OfflineDBObjectFactory.newID(java.lang.String type, IdentifierBasedID parent)
Deprecated.
|
| Constructor and Description |
|---|
OfflineDBObjectID(java.lang.String type, IdentifierBasedID parent, OfflineDBObjectProvider pro)
Deprecated.
INTERNAL USE ONLY.
|