| Package | Description | 
|---|---|
| oracle.ide.db.dialogs | 
 Dialogs for working with database objects in the IDE. 
 | 
| oracle.javatools.db | 
 Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
CascadeConfirmDialog.confirmCascade(java.awt.Component parent,
              CascadeRequiredException cre,
              java.lang.String title,
              java.lang.String helpTopic)
Prompts the user to confirm a cascade with the information contained in the
 given exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CascadeRequiredException.include(CascadeRequiredException cre2)
Includes the cascade information of the given exception with the details
 of this constraint (i.e. 
 |