Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.dbutils Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
AbstractKeyedHandler ResultSetHandler implementation that returns a Map.Classorg.apache.commons.dbutils.handlersApache Commons
AbstractListHandlerAbstract class that simplify development of ResultSetHandler classes that convert ResultSet into List.Classorg.apache.commons.dbutils.handlersApache Commons
AbstractQueryRunnerThe base class for QueryRunner & AsyncQueryRunner.Classorg.apache.commons.dbutilsApache Commons
ArrayHandlerResultSetHandler implementation that converts a ResultSet into an Object[].Classorg.apache.commons.dbutils.handlersApache Commons
ArrayListHandlerResultSetHandler implementation that converts the ResultSet into a List of Object[]s.Classorg.apache.commons.dbutils.handlersApache Commons
AsyncQueryRunnerExecutes SQL queries with pluggable strategies for handling ResultSets.Classorg.apache.commons.dbutilsApache Commons
BaseResultSetHandlerExtensions of this class convert ResultSets into other objects.Classorg.apache.commons.dbutilsApache Commons
BasicRowProcessorBasic implementation of the RowProcessor interface.Classorg.apache.commons.dbutilsApache Commons
BeanHandlerResultSetHandler implementation that converts the first ResultSet row into a JavaBean.Classorg.apache.commons.dbutils.handlersApache Commons
BeanListHandlerResultSetHandler implementation that converts a ResultSet into a List of beans.Classorg.apache.commons.dbutils.handlersApache Commons
BeanMapHandler ResultSetHandler implementation that returns a Map of Beans.Classorg.apache.commons.dbutils.handlersApache Commons
BeanProcessor BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those beanClassorg.apache.commons.dbutilsApache Commons
ColumnListHandlerResultSetHandler implementation that converts one ResultSet column into a List ofClassorg.apache.commons.dbutils.handlersApache Commons
DbUtilsA collection of JDBC helper methods.Classorg.apache.commons.dbutilsApache Commons
GenerousBeanProcessorProvides generous name matching (e.Classorg.apache.commons.dbutilsApache Commons
KeyedHandler ResultSetHandler implementation that returns a Map of Maps.Classorg.apache.commons.dbutils.handlersApache Commons
MapHandlerResultSetHandler implementation that converts the first ResultSet row into a Map.Classorg.apache.commons.dbutils.handlersApache Commons
MapListHandlerResultSetHandler implementation that converts a ResultSet into a List of Maps.Classorg.apache.commons.dbutils.handlersApache Commons
ProxyFactoryCreates proxy implementations of JDBC interfaces.Classorg.apache.commons.dbutilsApache Commons
QueryLoaderQueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.Classorg.apache.commons.dbutilsApache Commons
QueryRunnerExecutes SQL queries with pluggable strategies for handling ResultSets.Classorg.apache.commons.dbutilsApache Commons
ResultSetHandlerInterfaceorg.apache.commons.dbutilsApache Commons
ResultSetIterator Wraps a ResultSet in an Iterator.Classorg.apache.commons.dbutilsApache Commons
RowProcessorRowProcessor implementations convert ResultSet rows into various other objects.Interfaceorg.apache.commons.dbutilsApache Commons
ScalarHandlerResultSetHandler implementation that converts one ResultSet column into an Object.Classorg.apache.commons.dbutils.handlersApache Commons
SqlNullCheckedResultSetDecorates a ResultSet with checks for a SQL NULL value on each getXXX method.Classorg.apache.commons.dbutils.wrappersApache Commons
StringTrimmedResultSetWraps a ResultSet to trim strings returned by the getString() and getObject() methods.Classorg.apache.commons.dbutils.wrappersApache Commons