インタフェース
org.apache.commons.dbutils.RowProcessor の使用

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. 
 

org.apache.commons.dbutils での RowProcessor の使用
 

RowProcessor を実装している org.apache.commons.dbutils のクラス
 class BasicRowProcessor
          Basic implementation of the RowProcessor interface.
 

RowProcessor 型のパラメータを持つ org.apache.commons.dbutils のコンストラクタ
ResultSetIterator(java.sql.ResultSet rs, RowProcessor convert)
          Constructor for ResultSetIterator.
 

org.apache.commons.dbutils.handlers での RowProcessor の使用
 

RowProcessor 型のパラメータを持つ org.apache.commons.dbutils.handlers のコンストラクタ
ArrayHandler(RowProcessor convert)
          Creates a new instance of ArrayHandler.
ArrayListHandler(RowProcessor convert)
          Creates a new instance of ArrayListHandler.
BeanHandler(java.lang.Class type, RowProcessor convert)
          Creates a new instance of BeanHandler.
BeanListHandler(java.lang.Class 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.