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.
|
oracle.jdeveloper.db.controls |
UI controls that are useful when listing, selecting or displaying database
connections.
|
Modifier and Type | Method and Description |
---|---|
DatabaseProvider |
ConnectionInfo.getReferenceable()
Gets the Referenceable implementation for the chosen database connection
from the underlying naming context.
|
static DatabaseProvider |
DatabaseConnectionStores.getReferenceable(java.lang.String storeName,
java.lang.String connName)
Utility method to get a connection's details given its store and connection
name.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionCreator |
DatabaseProvider.getCreator(DatabaseProvider dp)
Gets a ConnectionCreator for the given DatabaseProvider, or throws
a SQLException if the given provider doesn't have a subtype for which
a ConnectionCreator is registered.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ConnectionDetails.getTooltipText(DatabaseProvider connPro)
Gets a descriptive text for the given Referenceable that can be used
as a tooltip for the stored connection information.
|
void |
ConnectionDetails.populateDetails(DatabaseProvider connPro) |