|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowProcessor | |
|---|---|
| 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. |
| Uses of RowProcessor in org.apache.commons.dbutils |
|---|
| Classes in org.apache.commons.dbutils that implement RowProcessor | |
|---|---|
class |
BasicRowProcessor
Basic implementation of the RowProcessor interface. |
| Constructors in org.apache.commons.dbutils with parameters of type RowProcessor | |
|---|---|
ResultSetIterator(ResultSet rs,
RowProcessor convert)
Constructor for ResultSetIterator. |
|
| Uses of RowProcessor in org.apache.commons.dbutils.handlers |
|---|
| Fields in org.apache.commons.dbutils.handlers declared as RowProcessor | |
|---|---|
protected RowProcessor |
KeyedHandler.convert
The RowProcessor implementation to use when converting rows into Objects. |
| Constructors in org.apache.commons.dbutils.handlers with parameters of type RowProcessor | |
|---|---|
ArrayHandler(RowProcessor convert)
Creates a new instance of ArrayHandler. |
|
ArrayListHandler(RowProcessor convert)
Creates a new instance of ArrayListHandler. |
|
BeanHandler(Class<T> type,
RowProcessor convert)
Creates a new instance of BeanHandler. |
|
BeanListHandler(Class<T> type,
RowProcessor convert)
Creates a new instance of BeanListHandler. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||