Package com.revusky.oreo.jdbc

An implementation of the core Oreo Data API's in com.revusky.oreo 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.
JDBCConnection A wrapper object that wraps the connection to an RDBMS.
SQLUtil A holder for some JDBC/SQL-related convenience routines
 

Package com.revusky.oreo.jdbc Description

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