| 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.jdeveloper.offlinedb |
Database API extension for saving database object definitions in XML files.
|
| Modifier and Type | Method and Description |
|---|---|
static PKConstraint |
PKConstraint.getPrimaryKey(Relation table)
Returns a primary key for the given table, if it owns one.
|
| Modifier and Type | Method and Description |
|---|---|
PKConstraint |
OfflineDBObjectFactory.newPKConstraint(java.lang.String name,
Relation parent)
Deprecated.
as of 11.1.1 call
newObject(PKConstraint.class, parent, name) instead |