Package fc.jdbc

Class Summary
ConnectionMgr This class implements the gateway to a Database.
DBName Enumerates database names.
PooledConnection A poolable Connection that works with the PooledConnectionMgr.
PooledConnectionMgr A pooled connection manager.
QueryUtil 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.