Package org.apache.commons.dbutils.handlers
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
-
Class Summary Class Description AbstractKeyedHandler<K,V> ResultSetHandlerimplementation that returns a Map.AbstractListHandler<T> Abstract class that simplify development ofResultSetHandlerclasses that convertResultSetintoList.ArrayHandler ResultSetHandlerimplementation that converts aResultSetinto anObject[].ArrayListHandler ResultSetHandlerimplementation that converts theResultSetinto aListofObject[]s.BeanHandler<T> ResultSetHandlerimplementation that converts the firstResultSetrow into a JavaBean.BeanListHandler<T> ResultSetHandlerimplementation that converts aResultSetinto aListof beans.BeanMapHandler<K,V> ResultSetHandlerimplementation that returns a Map of Beans.ColumnListHandler<T> ResultSetHandlerimplementation that converts oneResultSetcolumn into aListofObjects.KeyedHandler<K> ResultSetHandlerimplementation that returns a Map of Maps.MapHandler ResultSetHandlerimplementation that converts the firstResultSetrow into aMap.MapListHandler ResultSetHandlerimplementation that converts aResultSetinto aListofMaps.ScalarHandler<T> ResultSetHandlerimplementation that converts oneResultSetcolumn into an Object.