| Name | Package | Description |
| ArrayHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts a
ResultSet into an Object[]. |
| ArrayListHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts the
ResultSet into a List of Object[]s. |
| BasicRowProcessor | org.apache.commons.dbutils | Basic implementation of the RowProcessor interface. |
| BeanHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean. |
| BeanListHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts a
ResultSet into a List of beans. |
| DbUtils | org.apache.commons.dbutils | A collection of JDBC helper methods. |
| MapHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts the first
ResultSet row into a Map. |
| MapListHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts a
ResultSet into a List of Maps. |
| ProxyFactory | org.apache.commons.dbutils | Creates proxy implementations of JDBC interfaces. |
| QueryLoader | org.apache.commons.dbutils | QueryLoader loads properties files filled with query name to
SQL mappings. |
| QueryRunner | org.apache.commons.dbutils | Executes SQL queries with pluggable strategies for handling
ResultSets. |
| ResultSetIterator | org.apache.commons.dbutils |
Wraps a ResultSet in an Iterator. |
| ScalarHandler | org.apache.commons.dbutils.handlers | ResultSetHandler implementation that converts one
ResultSet column into an Object. |
| SqlNullCheckedResultSet | org.apache.commons.dbutils.wrappers | Decorates a ResultSet with checks for a SQL NULL value on each
getXXX method. |
| StringTrimmedResultSet | org.apache.commons.dbutils.wrappers | Wraps a ResultSet to trim strings returned by the
getString() and getObject() methods. |