|
|||||||||||
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.Connection
, avoid closing if null.
ResultSet
, avoid closing if null.
Statement
, avoid closing if null.
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.
PreparedStatement
object.
ResultSet
object.
ResultSetMetaData
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[]
.
Object[]
and store them
in a List
in the same order they are returned from the
ResultSet.next()
method.
ResultSet
into a bean with the
Class
given in the constructor.
ResultSet
rows into a List
of
beans with the Class
given in the constructor.
ResultSet
into a
Map
.
ResultSet
rows into a List
of
Map
objects.
ResultSet
column as an object via the
ResultSet.getObject()
method that performs type
conversions.
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 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[]
.
PreparedStatement
object for the given SQL.
QueryLoader
loads properties files filled with query name to
SQL mappings.ResultSet
s.ResultSet
in an Iterator
.RowProcessor
implementations convert
ResultSet
rows into various other objects.ResultSet
.
ResultSet
.
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.
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 |