Class | Description |
---|---|
ConnectionMgr |
This class implements the gateway to a SQL Database.
|
DBName |
Enumerates database names.
|
NamedParamStatement |
This class wraps around
PreparedStatement and allows the programmer to set
parameters by name instead of by question mark index. |
PooledConnection |
A poolable
Connection that works with the PooledConnectionMgr . |
PooledConnectionMgr |
A pooled connection manager.
|
QueryReader |
Loads sql queries from a file.
|
QueryUtil |
Various JDBC utility methods.
|
QueryUtil.ResultSetPrintDirection |
Specifies the orientation of the result set when printed (via
methods like
printResultSet() ). |
ResultSetTransform |
Wrapper class for a
ResultSet that allows the
value of specified columns to be transformed. |
SimpleConnectionMgr |
A simple connection manager that returns a new connection to the
database every time.
|