| Package | Description | 
|---|---|
| oracle.jdeveloper.db | 
 Classes for accessing database connections in JDeveloper (and other FCP
products). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DatabaseConnectionEditorLauncher.StoreChoice | 
DatabaseConnectionEditorLauncher.getStoreChoice()
Gets the restriction on connection store the user should be limited
 to in the dialog. 
 | 
static DatabaseConnectionEditorLauncher.StoreChoice | 
DatabaseConnectionEditorLauncher.StoreChoice.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DatabaseConnectionEditorLauncher.StoreChoice[] | 
DatabaseConnectionEditorLauncher.StoreChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DatabaseConnectionEditorLauncher.setStoreChoice(DatabaseConnectionEditorLauncher.StoreChoice choice)
Sets the store choice that the user will be presented with in the
 dialog. 
 |