| 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 | Class and Description | 
|---|---|
class  | 
PKConstraint
A  
PKConstraint represents a Primary Key constraint. | 
| Modifier and Type | Method and Description | 
|---|---|
UniqueConstraint | 
OfflineDBObjectFactory.newUniqueConstraint(java.lang.String name,
                   Relation parent)
Deprecated. 
 
as of 11.1.1 call
  
newObject(UniqueConstraint.class, parent, name) instead |