Interface | Description |
---|---|
ResultSetHandler<T> |
Implementations of this interface convert ResultSets into other objects.
|
RowProcessor |
RowProcessor implementations convert
ResultSet rows into various other objects. |
Class | Description |
---|---|
ArrayHandler |
ResultSetHandler implementation that converts a
ResultSet into an Object[] . |
BasicRowProcessor |
Basic implementation of the
RowProcessor interface. |
BeanProcessor |
BeanProcessor matches column names to bean property names
and converts ResultSet columns into objects for those bean
properties. |
DbUtils |
A collection of JDBC helper methods.
|
ListArrayHandler | |
MapHandler |
ResultSetHandler implementation that converts the first
ResultSet row into a Map . |
MapListHandler | |
QueryRunner |
Executes SQL queries with pluggable factories for handling
ResultSet s. |