|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ResultSetHandler
implementation that returns a Map.ResultSetHandler
classes that convert ResultSet
into List
.DataSource
.
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.
ResultSet
s.DataSource
.
QueryCallableStatement
instance.
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.handle()
method.
executeUpdate()
method.
Connection
.
Statement
.
ResultSet
.
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.
ResultSetHandler
implementation that converts one
ResultSet
column into a List
of
Object
s.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 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.
handle()
to store the
current ResultSet
row in some object.
Statement
object.
PreparedStatement
replacement parameters with
the given objects.
PreparedStatement
replacement parameters with the
given object's bean property values.
PreparedStatement
replacement parameters with the
given object's bean property values.
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.
Map
under ResultSet.getObject(key)
key.
ResultSet
handler.
Object[]
.
ResultSet
into a bean with the
Class
given in the constructor.
ResultSet
into a List of beans with
the Class
given in the constructor.
ResultSet
into a
Map
.
ResultSet
column as an object via the
ResultSet.getObject()
method that performs type
conversions.
ResultSet
into an Object.
Object[]
.
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.
ParameterMetaData.getParameterType(int)
;
if pmdKnownBroken
is set to true, we won't even try it; if false, we'll try it,
and if it breaks, we'll remember not to use it again.
Iterable
, suitable for use in for-each loops.
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[]
.
Connection
object.
PreparedStatement
object for the given SQL.
ResultSet
column into an object.
mapColumnsToProperties
that
indicates there is no bean property that matches a column from a
ResultSet
.
QueryRunner.query(Connection, String, ResultSetHandler, Object...)
QueryRunner.query(Connection,String,ResultSetHandler,Object...)
instead
QueryRunner.query(String, ResultSetHandler, Object...)
QueryRunner.query(String, ResultSetHandler, Object...)
QueryLoader
is a registry for sets of queries so
that multiple copies of the same queries aren't loaded into memory.ResultSet
s.DataSource
.
ResultSet
.
ResultSet
in an Iterator
.Connection
then closes it,
avoid closing if null.
Connection
then closes it,
avoid closing if null and hide any SQLExceptions that occur.
RowProcessor
implementations convert
ResultSet
rows into various other objects.ResultSetHandler
implementation that converts one
ResultSet
column into an Object.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
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
.
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 |