|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ResultSetHandler
implementation that converts a
ResultSet
into an Object[]
.BasicRowProcessor
for conversion.
ResultSetHandler
implementation that converts the
ResultSet
into a List
of Object[]
s.BasicRowProcessor
for conversions.
RowProcessor
interface.ResultSetHandler
implementation that converts the first
ResultSet
row into a JavaBean.ResultSetHandler
implementation that converts a
ResultSet
into a List
of beans.BeanProcessor
matches column names to bean property names
and converts ResultSet
columns into objects for those bean
properties.ResultSetHandler
implementation that converts one
ResultSet
column into a List
of
Object
s.Connection
, avoid closing if null.
ResultSet
, avoid closing if null.
Statement
, avoid closing if null.
Connection
.
Statement
.
ResultSet
.
Connection
, avoid closing if null and hide
any SQLExceptions that occur.
Connection
, Statement
and
ResultSet
.
ResultSet
, avoid closing if null and hide any
SQLExceptions that occur.
Statement
, avoid closing if null and hide
any SQLExceptions that occur.
Connection
then closes it, avoid closing if null.
Connection
then closes it, avoid closing if null
and hide any SQLExceptions that occur.
CallableStatement
object.
Connection
object.
Driver
object.
handle()
to retrieve the
key value from the current ResultSet
row.
handle()
to create the Map
to store records in.
PreparedStatement
object.
ResultSet
object.
ResultSetMetaData
object.
handle()
to store the
current ResultSet
row in some object.
Statement
object.
PreparedStatement
replacement parameters with
the given objects.
DataSource
this runner is using.
getAsciiStream
method.
getBigDecimal
method.
getBinaryStream
method.
getBlob
method.
getBoolean
method.
getByte
method.
getBytes
method.
getCharacterStream
method.
getClob
method.
getDate
method.
getDouble
method.
getFloat
method.
getInt
method.
getLong
method.
getObject
method.
getRef
method.
getShort
method.
getString
method.
getTime
method.
getTimestamp
method.
getURL
method.
ResultSet
into an Object.
Object[]
.
ResultSet
into a bean with the
Class
given in the constructor.
Map
under ResultSet.getObject(key)
key.
ResultSet
into a
Map
.
ResultSet
column as an object via the
ResultSet.getObject()
method that performs type
conversions.
Object[]
.
ResultSet
row into a bean with
the Class
given in the constructor.
ResultSet
column value as Object
.
ResultSet
row into a Map
object.
get*
methods and calls the appropriate
getNull*
method if the ResultSet
returned
null
.
getString()
and
getObject()
methods and trim any Strings before they're
returned.
ResultSetHandler
implementation that returns a Map of Maps.ResultSetHandler
implementation that converts the first
ResultSet
row into a Map
.BasicRowProcessor
for conversion.
ResultSetHandler
implementation that converts a
ResultSet
into a List
of Map
s.BasicRowProcessor
for conversion.
Object[]
.
mapColumnsToProperties
that
indicates there is no bean property that matches a column from a
ResultSet
.
Connection
object.
PreparedStatement
object for the given SQL.
ResultSet
column into an object.
QueryLoader
is a registry for sets of queries so
that multiple copies of the same queries aren't loaded into memory.ResultSet
s.ResultSet
in an Iterator
.RowProcessor
implementations convert
ResultSet
rows into various other objects.ResultSet
.
Connection
then closes it,
avoid closing if null.
Connection
then closes it,
avoid closing if null and hide any SQLExceptions that occur.
ResultSetHandler
implementation that converts one
ResultSet
column into an Object.ResultSet
with checks for a SQL NULL value on each
getXXX
method.SqlNullCheckedResultSet
to wrap the specified ResultSet
.
ResultSet
to trim strings returned by the
getString()
and getObject()
methods.StringTrimmedResultSet
to wrap the specified ResultSet
.
DataSource
this runner will use to get
database connections from.
getAsciiStream
method.
getBigDecimal
method.
getBinaryStream
method.
getBlob
method.
getBoolean
method.
getByte
method.
getBytes
method.
getCharacterStream
method.
getClob
method.
getDate
method.
getDouble
method.
getFloat
method.
getInt
method.
getLong
method.
getObject
method.
getRef
method.
getShort
method.
getString
method.
getTime
method.
getTimestamp
method.
getURL
method.
ResultSet
row into an Object[]
.
Object[]
from the column values in one
ResultSet
row.
ResultSet
row into a JavaBean.
ResultSet
row into a JavaBean.
ResultSet
row.
ResultSet
into a List
of JavaBeans.
ResultSet
into a List
of JavaBeans.
List
of JavaBeans from the column values in all
ResultSet
rows.
ResultSet
row into a Map
.
Map
from the column values in one
ResultSet
row.
ResultSet
in a decorator before processing it.
ResultSet
in an instance of this class.
ResultSet
in an instance of this class.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |