|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
ArrayHandler | ResultSetHandler implementation that converts a
ResultSet into an Object[] . |
ArrayListHandler | ResultSetHandler implementation that converts the
ResultSet into a List of Object[] s. |
BeanHandler | ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean. |
BeanListHandler | ResultSetHandler implementation that converts a
ResultSet into a List of beans. |
ColumnListHandler | ResultSetHandler implementation that converts one
ResultSet column into a List of
Object s. |
KeyedHandler |
ResultSetHandler implementation that returns a Map of Maps. |
MapHandler | ResultSetHandler implementation that converts the first
ResultSet row into a Map . |
MapListHandler | ResultSetHandler implementation that converts a
ResultSet into a List of Map s. |
ScalarHandler | ResultSetHandler implementation that converts one
ResultSet column into an Object. |
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |