Uses of Package
org.apache.commons.dbutils

Packages that use org.apache.commons.dbutils
org.apache.commons.dbutils DbUtils is a small set of classes designed to make working with JDBC easier. 
org.apache.commons.dbutils.handlers Implementations of the org.apache.commons.dbutils.ResultSetHandler interface. 
 

Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils
BasicRowProcessor
          Basic implementation of the RowProcessor interface.
BeanProcessor
           BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those bean properties.
ProxyFactory
          Creates proxy implementations of JDBC interfaces.
QueryLoader
          QueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.
ResultSetHandler
          Implementations of this interface convert ResultSets into other objects.
RowProcessor
          RowProcessor implementations convert ResultSet rows into various other objects.
 

Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers
ResultSetHandler
          Implementations of this interface convert ResultSets into other objects.
RowProcessor
          RowProcessor implementations convert ResultSet rows into various other objects.
 



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