|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| GenericRowMapper<T> | Parameterized version similar to Spring's RowMapper which converts a result row into an object. |
| PreparedQuery<T> | Interface returned by the QueryBuilder.prepareQuery() which supports custom queries. |
| Class Summary | |
|---|---|
| QueryBuilder<T,ID> | Assists in building SQL query (select) statements for a particular table in a particular database. |
| QueryBuilder.InternalQueryBuilder<T,ID> | |
| SelectArg | An argument to a select SQL statement. |
| SelectIterator<T,ID> | Internal iterator so we can page through the class. |
| StatementExecutor<T,ID> | Executes SQL statements for a particular table in a particular database. |
| Where | Manages the various clauses that make up the WHERE part of a SQL statement. |
SQL statement generation and processing.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||