Package com.ge.research.utils.db

Interface Summary
ConnectionBroker Interface specifing the behavior and functionality required of a connection broker/pooler.
DatabaseStatement  
 

Class Summary
DBPoller Abstract class that defines the general functionality for a database polling utility.
DDConnectionBrokerWrapper DOCUMENT ME!
ModifyStatement  
ResultSetRow An implementation of the ResultSet interface, that holds a copy of a database record which can be inspected using the ResultSet methods.
SelectStatement  
SingleConnectionManager A connection broker that keeps at most a single connection to a database active and available for use.
SQLStatement  
StoredProcedureStatement  
 

Exception Summary
DAOException Database access expection class.