All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractKeyedHandler<K,V> ResultSetHandler
implementation that returns a Map.AbstractListHandler<T> Abstract class that simplify development ofResultSetHandler
classes that convertResultSet
intoList
.AbstractQueryRunner The base class for QueryRunner & AsyncQueryRunner.ArrayHandler ResultSetHandler
implementation that converts aResultSet
into anObject[]
.ArrayListHandler ResultSetHandler
implementation that converts theResultSet
into aList
ofObject[]
s.AsyncQueryRunner Executes SQL queries with pluggable strategies for handlingResultSet
s.BaseResultSetHandler<T> Extensions of this class convert ResultSets into other objects.BasicRowProcessor Basic implementation of theRowProcessor
interface.BasicRowProcessor.CaseInsensitiveHashMap A Map that converts all keys to lowercase Strings for case insensitive lookups.BeanHandler<T> ResultSetHandler
implementation that converts the firstResultSet
row into a JavaBean.BeanListHandler<T> ResultSetHandler
implementation that converts aResultSet
into aList
of beans.BeanMapHandler<K,V> ResultSetHandler
implementation that returns a Map of Beans.BeanProcessor BeanProcessor
matches column names to bean property names and convertsResultSet
columns into objects for those bean properties.BooleanColumnHandler ByteColumnHandler Column Annotation for BeanProcessor to receive hints of the field name rather than dissecting the method name.ColumnHandler Interface to define how implementations can interact with column handling when constructing a bean from aResultSet
.ColumnListHandler<T> ResultSetHandler
implementation that converts oneResultSet
column into aList
ofObject
s.DatePropertyHandler PropertyHandler
for date fields.DbUtils A collection of JDBC helper methods.DbUtils.DriverProxy SimpleDriver
proxy class that proxies a JDBC Driver loaded dynamically.DoubleColumnHandler FloatColumnHandler GenerousBeanProcessor Provides generous name matching (e.g.IntegerColumnHandler KeyedHandler<K> ResultSetHandler
implementation that returns a Map of Maps.LongColumnHandler MapHandler ResultSetHandler
implementation that converts the firstResultSet
row into aMap
.MapListHandler ResultSetHandler
implementation that converts aResultSet
into aList
ofMap
s.OutParameter<T> Represents an OUT parameter for a stored procedure.PropertyHandler Interface to define how implementations can interact with property handling when constructing a bean from aResultSet
.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.QueryRunner Executes SQL queries with pluggable strategies for handlingResultSet
s.ResultSetHandler<T> Implementations of this interface convert ResultSets into other objects.ResultSetIterator Wraps aResultSet
in anIterator<Object[]>
.RowProcessor RowProcessor
implementations convertResultSet
rows into various other objects.ScalarHandler<T> ResultSetHandler
implementation that converts oneResultSet
column into an Object.ShortColumnHandler SqlNullCheckedResultSet Decorates aResultSet
with checks for a SQL NULL value on eachgetXXX
method.SQLXMLColumnHandler StatementConfiguration Configuration options for aStatement
when preparing statements inQueryRunner
.StatementConfiguration.Builder Builder class forStatementConfiguration
for more flexible construction.StringColumnHandler StringEnumPropertyHandler PropertyHandler
for enums.StringTrimmedResultSet Wraps aResultSet
to trim strings returned by thegetString()
andgetObject()
methods.TimestampColumnHandler