Package com.revusky.niggle.data.jdbc

An implementation of the core Niggle Data API's in com.revusky.niggle.data that uses JDBC 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.revusky.niggle.data.jdbc Description

An implementation of the core Niggle Data API's in com.revusky.niggle.data that uses JDBC to store/retrieve the records to/from an external database system. In other words, it allows an external RDBMS to implement Niggle data semantics.