Package org.apache.commons.dbutils.handlers


package org.apache.commons.dbutils.handlers
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
  • Classes
    Class
    Description
    ResultSetHandler implementation that returns a Map.
    Abstract class that simplify development of ResultSetHandler classes that convert ResultSet into List.
    ResultSetHandler implementation that converts a ResultSet into an Object[].
    ResultSetHandler implementation that converts the ResultSet into a List of Object[]s.
    ResultSetHandler implementation that converts the first ResultSet row into a JavaBean.
    ResultSetHandler implementation that converts a ResultSet into a List of beans.
    ResultSetHandler implementation that returns a Map of Beans.
    ResultSetHandler implementation that converts one ResultSet column into a List of Objects.
    ResultSetHandler implementation that returns a Map of Maps.
    ResultSetHandler implementation that converts the first ResultSet row into a Map.
    ResultSetHandler implementation that converts a ResultSet into a List of Maps.
    ResultSetHandler implementation that converts one ResultSet column into an Object.