| Interface | Description |
|---|---|
| DBAccessProvider |
This is a provider interface that must be implemented in a vendor-specific
way in order to support a certain DBMS.
|
| ExtendedConnection |
An extension to
Connection in order to provide further functionality
to assist in writing vendor-independent database accessing code. |
| JDBCDataSource |
Represents a JDBC data source.
|
| Class | Description |
|---|---|
| JDBCTools |
Contains helper methods that are intended to reduce the usual clutter in
JDBC-related code, make it more readable and safer.
|
| ParentToChildConnection |
A parent-to-child connection joins the parent attribute of a hierarchical
table with a corresponding child attribute via the designated operator.
|
| Enum | Description |
|---|---|
| DatabaseName |
The names of the database management systems supported by DBAccess.
|