Package | Description |
---|---|
oracle.jdeveloper.db |
Classes for accessing database connections in JDeveloper (and other FCP products).
|
oracle.jdeveloper.db.controls |
UI controls that are useful when listing, selecting or displaying database connections.
|
oracle.jdeveloper.db.migration |
Utility classes for migrating database connections from the pre-11g connection manager (CM) format.
|
oracle.jdeveloper.db.panels |
UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards.
|
Class and Description |
---|
ConnectionException
Exception thrown by a Connections instance when there is an error creating a connection.
|
ConnectionInfo
Wrapper for information about a chosen connection.
|
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. |
ConnectionsEvent
Event used by the ConnectionsListener class.
|
ConnectionsListener
Listener interface for those interested in knowing when connections are added and removed from a Connections store.
|
ConnectionTypeUIRegistry.AlwaysNeverAsk
Deprecated.
A set of values which indicate what value a particular property should have.
|
ConnectionTypeUIRegistry.ConnectionTooltipProvider
Deprecated.
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.
|
DatabaseConnectionEditorLauncher
Class for launching a Database Connection Editor.
|
DatabaseConnectionEditorLauncher.StoreChoice
This governs what choice the user has over where new connections are created from the create connection dialog.
|
DatabaseConnections
API to retrieve information about the database connections available in a given connection store in JDeveloper (or related FCP product).
|
DatabaseConnectionsListener
Listener class that can be registered with a DatabaseConnections instance to be notified of all connection operations.
|
DatabaseConnectionsListener.ConnectionType
Used to distinguish types of "connection connected" events for any Connection created through the API.
|
DatabaseConnectionStores
Central API to access the available database connection stores in JDeveloper (or equivalent FCP product).
|
DisconnectListener
Interface for a listener interested in connection disconnect events.
|
MissingDBConnValueException |
StoreListener
Listener interface for notification of DatabaseConnectionStores events.
|
StoreProvider
Class for store providers to extend.
|
Class and Description |
---|
ConnectionInfo
Wrapper for information about a chosen connection.
|
DatabaseConnections
API to retrieve information about the database connections available in a given connection store in JDeveloper (or related FCP product).
|
Class and Description |
---|
ConnectionException
Exception thrown by a Connections instance when there is an error creating a connection.
|
Class and Description |
---|
ConnectionInfo
Wrapper for information about a chosen connection.
|
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).
|