Package com.partnersoft.v3x.io.sql

Class Summary
BlobExtractor Runs a query, extracts one field as binary data and stores it in a file.
DatabaseConnectionConfig Configuration for a database connection - driver, URL, user, password, etc.
DatabaseDumper Dumps an entire SQL database.
DatabaseExtractor Extracts database data into a NamedObjectDump indexed on one of the result fields.
DatabaseExtractorConfig Configuration for a single extraction query.
DatabaseMirror A thread that runs queries on one database and uses them to populate another.
DataRecordSourceToDatabaseTable Copies the contents of a DataRecordSource to a database table.
MirrorTable Contains runtime objects needed to mirror a table.
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 formating sql statements assumes that the Map is in the format ("table attribute", "bean graph map to value") example : fieldA , info.fieldA
SQLScripter Runs a series of SQL commands against a database.
TableDescription A description of a table.
TablePrivilegeDataRecordSource A source for data records, derived from an SQL query.