Package com.niggle.data.jdbc

An implementation of the Niggle DataSource API that uses the JDBC API to store/retrieve the records to/from an external database system.

See:
          Description

Class Summary
JDBCBackedRecordSet A class that is essentially a facade in front of an external relational database table
JDBCConnection A wrapper object that wraps the connection to an RDBMS.
SQLUtil A holder for some JDBC/SQL-related convenience routines
 

Package com.niggle.data.jdbc Description

An implementation of the Niggle DataSource API that uses the JDBC API to store/retrieve the records to/from an external database system.