All Classes and Interfaces

Class
Description
ResultSetHandler implementation that returns a Map.
Abstract class that simplify development of ResultSetHandler classes that convert ResultSet into List.
The base class for QueryRunner & AsyncQueryRunner.
ResultSetHandler implementation that converts a ResultSet into an Object[].
ResultSetHandler implementation that converts the ResultSet into a List of Object[]s.
Executes SQL queries with pluggable strategies for handling ResultSets.
Extensions of this class convert ResultSets into other objects.
Basic implementation of the RowProcessor interface.
ResultSetHandler implementation that converts the first ResultSet row into a JavaBean.
ResultSetHandler implementation that converts a ResultSet into a List of beans.
ResultSetHandler implementation that returns a Map of Beans.
BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those bean properties.
 
 
Annotation for BeanProcessor to receive hints of the field name rather than dissecting the method name.
Defines how to process columns when constructing a bean from a ResultSet.
ResultSetHandler implementation that converts one ResultSet column into a List of Objects.
PropertyHandler for date fields.
A collection of JDBC helper methods.
 
 
Provides generous name matching (e.g.
 
ResultSetHandler implementation that returns a Map of Maps.
 
ResultSetHandler implementation that converts the first ResultSet row into a Map.
ResultSetHandler implementation that converts a ResultSet into a List of Maps.
Represents an OUT parameter for a stored procedure.
Defines how to handle properties when constructing a bean from a ResultSet.
Creates proxy implementations of JDBC interfaces.
QueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.
Executes SQL queries with pluggable strategies for handling ResultSets.
Implementations of this interface convert ResultSets into other objects.
Wraps a ResultSet in an Iterator<Object[]>.
RowProcessor implementations convert ResultSet rows into various other objects.
ResultSetHandler implementation that converts one ResultSet column into an Object.
 
Decorates a ResultSet with checks for a SQL NULL value on each getXXX method.
 
Configuration options for a Statement when preparing statements in QueryRunner.
Builder class for StatementConfiguration for more flexible construction.
 
PropertyHandler for enums.
Wraps a ResultSet to trim strings returned by the getString() and getObject() methods.