Package org.brains2b.sql

Interface Summary
Connector Interface to describe a connection to a JDBC source
 

Class Summary
LocalConnector Implementation of Connector to connect to a local JDBC source, defined by the parameters passed in the constructor
RemoteConnector Implementation of Connector to connect to a remote JDBC source, given by a lookup name accessable through an InitialContext
SQLHelper [Short description] [Long description]
SQLRecord Object for containing results from a Select statement