| Name | Description | Type | Package | Framework |
| AbstractKeyedHandler | ResultSetHandler implementation that returns a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| AbstractListHandler | Abstract class that simplify development of ResultSetHandler classes that convert ResultSet into List. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| AbstractQueryRunner | The base class for QueryRunner & AsyncQueryRunner. | Class | org.apache.commons.dbutils | Apache Commons |
| ArrayHandler | ResultSetHandler implementation that converts a ResultSet into an Object[]. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| ArrayListHandler | ResultSetHandler implementation that converts the ResultSet into a List of Object[]s. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| AsyncQueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons |
| BaseResultSetHandler | Extensions of this class convert ResultSets into other objects. | Class | org.apache.commons.dbutils | Apache Commons |
| BasicRowProcessor | Basic implementation of the RowProcessor interface. | Class | org.apache.commons.dbutils | Apache Commons |
| BeanHandler | ResultSetHandler implementation that converts the first ResultSet row into a JavaBean. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| BeanListHandler | ResultSetHandler implementation that converts a ResultSet into a List of beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| BeanMapHandler | ResultSetHandler implementation that returns a Map of Beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| BeanProcessor | BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those bean | Class | org.apache.commons.dbutils | Apache Commons |
| ColumnListHandler | ResultSetHandler implementation that converts one ResultSet column into a List of | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| DbUtils | A collection of JDBC helper methods. | Class | org.apache.commons.dbutils | Apache Commons |
| GenerousBeanProcessor | Provides generous name matching (e. | Class | org.apache.commons.dbutils | Apache Commons |
| KeyedHandler | ResultSetHandler implementation that returns a Map of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| MapHandler | ResultSetHandler implementation that converts the first ResultSet row into a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| MapListHandler | ResultSetHandler implementation that converts a ResultSet into a List of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| ProxyFactory | Creates proxy implementations of JDBC interfaces. | Class | org.apache.commons.dbutils | Apache Commons |
| QueryLoader | QueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory. | Class | org.apache.commons.dbutils | Apache Commons |
| QueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons |
| ResultSetHandler | Interface | org.apache.commons.dbutils | Apache Commons | |
| ResultSetIterator | Wraps a ResultSet in an Iterator. | Class | org.apache.commons.dbutils | Apache Commons |
| RowProcessor | RowProcessor implementations convert ResultSet rows into various other objects. | Interface | org.apache.commons.dbutils | Apache Commons |
| ScalarHandler | ResultSetHandler implementation that converts one ResultSet column into an Object. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
| SqlNullCheckedResultSet | Decorates a ResultSet with checks for a SQL NULL value on each getXXX method. | Class | org.apache.commons.dbutils.wrappers | Apache Commons |
| StringTrimmedResultSet | Wraps a ResultSet to trim strings returned by the getString() and getObject() methods. | Class | org.apache.commons.dbutils.wrappers | Apache Commons |