Package | Description |
---|---|
org.apache.commons.dbutils.handlers |
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListHandler
ResultSetHandler implementation that converts the
ResultSet into a List of Object[] s. |
class |
ColumnListHandler<T>
ResultSetHandler implementation that converts one
ResultSet column into a List of
Object s. |
class |
MapListHandler
ResultSetHandler implementation that converts a
ResultSet into a List of Map s. |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.