| Package | Description | 
|---|---|
| oracle.ide.db.panels | 
 Reusable UI panels for listing, creating or editing database objects in dialogs
in the IDE. 
 | 
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Holder<Schema> | 
SelectSchemaPanel.choose(SelectSchemaPanel.SchemaChooserContext scc)
Displays a dialog for the user to select a schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PlSqlInterrogator | 
PlSqlInterrogator.findOrCreate(java.lang.String key,
            java.lang.String source,
            Holder<PlSqlInterrogator> holder)
Deprecated.  
Return a PlSqlInterrogator for the given source. 
 | 
static PlSqlInterrogator | 
PlSqlInterrogatorFactory.getInterrogator(SourceObject source,
               Holder<PlSqlInterrogator> holder)
Return a PlSqlInterrogator for the given PlSqlSourceObject. 
 | 
static PlSqlInterrogator | 
PlSqlInterrogatorFactory.getInterrogator(SourceObject source,
               Holder<PlSqlInterrogator> holder)
Return a PlSqlInterrogator for the given PlSqlSourceObject. 
 |