Class Summary |
BinairyBindVar |
|
ColumnBean |
|
DBFRowMapper |
Implementation of the rowmapper for Oracle. |
GenericRowMapper |
This RowMapper attempts to break away from the database-dependent row mappers by providing
a generic JDBC-to-Java Object mapping. |
Helper |
Helper class for StatementExecutor to delegate some work to
This class is beta and rather undocumented. |
MethodInvoker |
Helper class used to reflectively call setters and getters of beans
and determine the return type. |
MySQLRowMapper |
Implementation of the rowmapper for MySQL. |
OracleRowMapper |
Implementation of the rowmapper for Oracle. |
PartialResult |
This class models a partial result from a database query, where it was specified to return only
a subset of the full result set. |
PostgreSQLRowMapper |
Implementation of the rowmapper for PostgreSQL. |
Query |
Class that models a Query. |
RowMapper |
Abstract class that database specific RowMappers should extend. |
SqlPretty |
Utility class to indent queries and insert newlines
usage: create new object with string to format, and
call toString on the object. |
StatementExecutor |
StatementExecutor
This class can be used to execute SQL statements against a database. |