Uses of Interface
org.apache.commons.dbutils.RowProcessor

Packages that use RowProcessor
org.apache.commons.dbutils   
org.apache.commons.dbutils.handlers   
 

Uses of RowProcessor in org.apache.commons.dbutils
 

Classes in org.apache.commons.dbutils that implement RowProcessor
 class BasicRowProcessor
          Basic implementation of the RowProcessor interface.
 

Constructors in org.apache.commons.dbutils with parameters of type RowProcessor
ResultSetIterator(java.sql.ResultSet rs, RowProcessor convert)
          Constructor for ResultSetIterator.
 

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

Constructors in org.apache.commons.dbutils.handlers with parameters of type RowProcessor
MapListHandler(RowProcessor convert)
          Creates a new instance of MapListHandler.
MapHandler(RowProcessor convert)
          Creates a new instance of MapHandler.
BeanListHandler(java.lang.Class type, RowProcessor convert)
          Creates a new instance of BeanListHandler.
BeanHandler(java.lang.Class type, RowProcessor convert)
          Creates a new instance of BeanHandler.
ArrayListHandler(RowProcessor convert)
          Creates a new instance of ArrayListHandler.
ArrayHandler(RowProcessor convert)
          Creates a new instance of ArrayHandler.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.