| Class | Description |
|---|---|
| ConcreteBlob |
Concrete implementation of an SQL Blob.
|
| ConnectionDialog |
ConnectionDialog displays a dialog allowing the user to supply the database URL, their user
ID and their password.
|
| ConnectionDictionary |
ConnectionDictionary contains properties that can be used to establish a database connection.
|
| ConnectionPreferenceController |
ConnectionPreferenceController is a convenience class for displaying a PathPreferenceSelector for a database configuration.
|
| DatabaseAdaptor |
DatabaseAdaptor provides a generic adaptor to wrap database specific code.
|
| DBConfiguration |
load a database configuration
|
| Exception | Description |
|---|---|
| DatabaseException |
DatabaseException wraps SQLException exceptions thrown while interacting with the database
Eventually this class will provide a common interpretation of SQLException codes regardless
of the database source.
|