Package org.d2rq.db

Class Summary
ResultRow A result row returned by a database query, presented as a map from SELECT clause entries to string values.
SelectStatementBuilder Turns a DatabaseOp into a SQL SELECT statement.
SQLConnection TODO: Move all engine-specific code from here to Vendor and its implementations TODO: Move keepalive agent into a separate class
SQLIterator Executes an SQL query and delivers result rows as an iterator over ResultRows.
SQLScriptLoader Reads SQL statements from a file or other source.