Package org.apache.commons.dbutils.handlers
package org.apache.commons.dbutils.handlers
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
-
ClassesClassDescriptionAbstractKeyedHandler<K,
V> ResultSetHandler
implementation that returns a Map.Abstract class that simplify development ofResultSetHandler
classes that convertResultSet
intoList
.ResultSetHandler
implementation that converts aResultSet
into anObject[]
.ResultSetHandler
implementation that converts theResultSet
into aList
ofObject[]
s.BeanHandler<T>ResultSetHandler
implementation that converts the firstResultSet
row into a JavaBean.ResultSetHandler
implementation that converts aResultSet
into aList
of beans.BeanMapHandler<K,V> ResultSetHandler
implementation that returns a Map of Beans.ResultSetHandler
implementation that converts oneResultSet
column into aList
ofObject
s.KeyedHandler<K>ResultSetHandler
implementation that returns a Map of Maps.ResultSetHandler
implementation that converts the firstResultSet
row into aMap
.ResultSetHandler
implementation that converts aResultSet
into aList
ofMap
s.ResultSetHandler
implementation that converts oneResultSet
column into an Object.