Package | Description |
---|---|
org.apache.commons.dbutils |
DbUtils is a small set of classes designed to make working with JDBC easier.
|
org.apache.commons.dbutils.handlers |
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicRowProcessor
Basic implementation of the
RowProcessor interface. |
Constructor and Description |
---|
ResultSetIterator(ResultSet resultSet,
RowProcessor convert)
Constructor for ResultSetIterator.
|
Modifier and Type | Field and Description |
---|---|
protected RowProcessor |
KeyedHandler.convert
The RowProcessor implementation to use when converting rows
into Objects.
|
Constructor and Description |
---|
ArrayHandler(RowProcessor convert)
Creates a new instance of ArrayHandler.
|
ArrayListHandler(RowProcessor convert)
Creates a new instance of ArrayListHandler.
|
BeanHandler(Class<? extends T> type,
RowProcessor convert)
Creates a new instance of BeanHandler.
|
BeanListHandler(Class<? extends T> type,
RowProcessor convert)
Creates a new instance of BeanListHandler.
|
BeanMapHandler(Class<V> type,
RowProcessor convert)
Creates a new instance of BeanMapHandler.
|
KeyedHandler(RowProcessor convert)
Creates a new instance of KeyedHandler.
|
MapHandler(RowProcessor convert)
Creates a new instance of MapHandler.
|
MapListHandler(RowProcessor convert)
Creates a new instance of MapListHandler.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.