| Class | Description |
|---|---|
| DatabaseConnection |
A wrapper around a standard Java SQL Connection.
|
| DatabaseConnectionConfig |
Configuration for a database connection - driver, URL, user, password, etc.
|
| DatabaseCopyTool |
A tool that attempts to make a copy of a database, potentially from one type
of database to another.
|
| SQLConnection |
this class facilitates a connection with a data base via a jdbc driver.
|
| SQLDataRecordSource |
A source for data records, derived from an SQL query.
|
| SQLLib |
Convenience methods for dealing with the wonderful "English-like" world of
SQL.
|
| SQLScripter |
Runs a series of SQL commands against a database.
|