| Class | Description |
|---|---|
| JDBCConnection |
Represents an RDBMS database connection.
|
| JDBCConnectionPool<T extends JDBCConnectionPoolSettings> |
A JDBC-compatible connection pool.
|
| JDBCConnectionPoolSettings |
Settings for a JDBC-compatible connection pool.
|
| JDBCConnectionSettings |
Settings for a JDBC-compatible connection.
|
| JDBCDataSource<T extends JDBCConnectionSettings> |
Represents a JDBC-compatible DataSource.
|
| JDBCResultSet |
ResultSet wrapper that allows for improved mapping of columns to ResultSet indexes.
|
| JDBCServer |
Represents a JDBC-compatible RDBMS database container.
|
| RDBMS |
Relational database management system.
|
| Schema |
Simple database schema container.
|
| SQLStatementOptions |
Options for a JDBC SQL statement.
|
| Enum | Description |
|---|---|
| ConnectionMode |
Represents modes for a RDBMS database connection.
|
| Exception | Description |
|---|---|
| JDBCException |
Indicates an exception during a JDBC operation.
|
| NoAvailableConnectionException |
Indicates that the connection pool did not have any connections available to fulfil the request.
|
jataylor@hairyfatguy.com