Uses of Class
org.apache.commons.dbutils.handlers.AbstractListHandler

Packages that use AbstractListHandler
org.apache.commons.dbutils.handlers Implementations of the org.apache.commons.dbutils.ResultSetHandler interface. 
 

Uses of AbstractListHandler in org.apache.commons.dbutils.handlers
 

Subclasses of AbstractListHandler in org.apache.commons.dbutils.handlers
 class ArrayListHandler
          ResultSetHandler implementation that converts the ResultSet into a List of Object[]s.
 class ColumnListHandler
          ResultSetHandler implementation that converts one ResultSet column into a List of Objects.
 class MapListHandler
          ResultSetHandler implementation that converts a ResultSet into a List of Maps.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.