Library:Apache Jakarta Commons DbUtils
Version:1.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons DbUtils.
NamePackageDescription
ArrayHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts a ResultSet into an Object[].
ArrayListHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts the ResultSet into a List of Object[]s.
BasicRowProcessororg.apache.commons.dbutilsBasic implementation of the RowProcessor interface.
BeanHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts the first ResultSet row into a JavaBean.
BeanListHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts a ResultSet into a List of beans.
DbUtilsorg.apache.commons.dbutilsA collection of JDBC helper methods.
MapHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts the first ResultSet row into a Map.
MapListHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts a ResultSet into a List of Maps.
ProxyFactoryorg.apache.commons.dbutilsCreates proxy implementations of JDBC interfaces.
QueryLoaderorg.apache.commons.dbutilsQueryLoader loads properties files filled with query name to SQL mappings.
QueryRunnerorg.apache.commons.dbutilsExecutes SQL queries with pluggable strategies for handling ResultSets.
ResultSetIteratororg.apache.commons.dbutils

Wraps a ResultSet in an Iterator.

ScalarHandlerorg.apache.commons.dbutils.handlersResultSetHandler implementation that converts one ResultSet column into an Object.
SqlNullCheckedResultSetorg.apache.commons.dbutils.wrappersDecorates a ResultSet with checks for a SQL NULL value on each getXXX method.
StringTrimmedResultSetorg.apache.commons.dbutils.wrappersWraps a ResultSet to trim strings returned by the getString() and getObject() methods.
Search