Package com.partnersoft.io.sql

Class Summary
DatabaseConnection A wrapper around a standard Java SQL Connection.
DatabaseConnectionConfig Configuration for a database connection - driver, URL, user, password, etc.
SQLConnection this class facilitates a connection with a data base via a jdbc driver.
SQLDataRecordSource A source for data records, derived from an SQL query.
SQLLib Convenience methods for dealing with the wonderful "English-like" world of SQL.
SQLScripter Runs a series of SQL commands against a database.