| Interface | Description |
|---|---|
| Connector |
Interface to describe a connection to a JDBC source
|
| Class | Description |
|---|---|
| LocalConnector |
Implementation of Connector to connect
to a local JDBC source, defined by the
parameters passed in the constructor
|
| RemoteConnector |
Implementation of Connector to connect
to a remote JDBC source, given by a lookup name
accessable through an InitialContext
|
| SQLHelper |
[Short description]
[Long description]
|
| SQLRecord |
Object for containing results from a Select statement
|
| Enum | Description |
|---|---|
| Database |