| Package | Description |
|---|---|
| oracle.jdeveloper.db |
Classes for accessing database connections in JDeveloper (and other FCP products).
|
| oracle.jdeveloper.db.adapter |
Contains the connection architecture (CA) implementation for database connections.
|
| Constructor and Description |
|---|
DatabaseConnections(java.lang.String storeName, DatabaseContextManager.ContextWrapper contextWrapper, DatabaseFactory.ConnectionCreator connCreator) |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseContextManager.ContextWrapper |
DatabaseContextManager.getContextWrapper()
Returns the current context wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseContextManager.setContextWrapper(DatabaseContextManager.ContextWrapper cw)
Sets which naming Context we should be using to look for database connections in.
|