| Package | Description | 
|---|---|
| oracle.ide.db.controls | 
 Reusable UI controls to used to show or list database objects. 
 | 
| 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. 
 | 
| oracle.javatools.db.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBObjectChooser.setExpandFKInRenderer(boolean expandFKInRenderer,
                     Table fkOwner)
Render Foreign Key in the form :
 <fk name> -> <ref table>.<ref key> 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Table | 
DBEditorConfig.getIndexParent()
Deprecated. 
 
Use getContextObject() 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Table | 
Index.getTable()
Retrieves the table on which this index is defined. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Index.setTable(Table table)
Sets the table on which this index acts. 
 | 
| Constructor and Description | 
|---|
Index(java.lang.String name,
     Schema schema,
     Table table)
Constructs a new index on the specified table using the specified name
 The Index will not be added to the Table, that must be done separately
 when the Index definition is complete. 
 | 
Index(java.lang.String name,
     Table table)
Constructs a new index on the specified table using the specified name. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MaterializedView
A MaterializedView represents a Materialized View in the database. 
 |