| Interface | Description |
|---|---|
| Quoter | |
| ResultRow |
A result row returned by a database query, presented as a
map from columns to string values.
|
| Class | Description |
|---|---|
| BeanCounter |
A class for capturing performance information.
|
| ConnectedDB |
TODO Move all engine-specific code from here to
Vendor and its implementations |
| Quoter.PatternDoublingQuoter | |
| ResultRowMap |
A result row returned by a database query, presented as a
map from SELECT clause entries to string values.
|
| SelectStatementBuilder |
Collects parts of a SELECT query and delivers a corresponding SQL statement.
|
| SQL |
Parses different types of SQL fragments from Strings, and turns them
back into Strings.
|
| SQLIterator |
Executes an SQL query and delivers result rows as an iterator over
ResultRows. |
| SQLScriptLoader |
Reads SQL statements from a file or other source.
|
SQL query and result processing code.