See: Description
Interface | Description |
---|---|
Connections | Deprecated
an abstracted model of Connections above
DatabaseConnections has never been used in the product (to
represent stores of other types of connection) so there is no point in
keeping this interface. |
ConnectionsListener |
Listener interface for those interested in knowing when connections are
added and removed from a Connections store.
|
ConnectionTypeUIRegistry.ConnectionTooltipProvider |
Interface for an object which will return the required tooltip when the
mouse is held over a connection in the list of connections in the editor.
|
DatabaseConnectionEditor.ConnectionEditor | Deprecated |
DisconnectListener |
Interface for a listener interested in connection disconnect events.
|
StoreListener |
Listener interface for notification of DatabaseConnectionStores events.
|
Class | Description |
---|---|
AppDatabaseConnectionEditor |
Launcher for the database connection editor on an application's connections.
|
AppDatabaseConnections |
Extension to the DatabaseConnections API that gets the database connections
defined for an Application (Workspace).
|
ConnectionInfo |
Wrapper for information about a chosen connection.
|
ConnectionsEvent |
Event used by the ConnectionsListener class.
|
ConnectionTypeUIRegistry | Deprecated
replaced by connection-types element in the
database-connection-hook extension.xml hook.
|
DatabaseActions |
Actions specific to databases for use in the IDE.
|
DatabaseConnectionEditor |
Launcher for the database connection editor.
|
DatabaseConnectionEditorLauncher |
Class for launching a Database Connection Editor.
|
DatabaseConnections |
API to retrieve information about the database connections available in
a given connection store in JDeveloper (or related FCP product).
|
DatabaseConnections.DatabaseConnectionTester |
Class that can optionally be passed to
DatabaseConnections.DatabaseConnectionTester.testConnection(java.sql.Connection) to
peform extra tests on the Connection before it is closed. |
DatabaseConnectionsListener |
Listener class that can be registered with a DatabaseConnections instance
to be notified of all connection operations.
|
DatabaseConnectionStores |
Central API to access the available database connection stores in JDeveloper
(or equivalent FCP product).
|
DatabaseTechnologies |
The
DatabaseTechnologies class defines the technology keys for
database features. |
StoreProvider |
Class for store providers to extend.
|
Enum | Description |
---|---|
ConnectionTypeUIRegistry.AlwaysNeverAsk |
A set of values which indicate what value a particular property should have.
|
DatabaseConnectionEditorLauncher.StoreChoice |
This governs what choice the user has over where new connections are
created from the create connection dialog.
|
DatabaseConnectionsListener.ConnectionType |
Used to distinguish types of "connection connected" events for any
Connection created through the API.
|
Exception | Description |
---|---|
ConnectionException |
Exception thrown by a Connections instance when there is an error creating
a connection.
|
MissingDBConnValueException |
DatabaseConnectionStores
class. A given store of connections
is represented by the DatabaseConnections
class.