|
|||||||||
| Home >> All >> org >> apache >> commons >> dbutils >> [ handlers overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.dbutils.handlers
| Class Summary | |
| ArrayHandler | ResultSetHandler implementation that converts a
ResultSet into an Object[]. |
| ArrayHandlerTest | ArrayHandlerTest |
| ArrayListHandler | ResultSetHandler implementation that converts the
ResultSet into a List of Object[]s. |
| ArrayListHandlerTest | ArrayListHandlerTest |
| BeanHandler | ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean. |
| BeanHandlerTest | BeanHandlerTest |
| BeanListHandler | ResultSetHandler implementation that converts a
ResultSet into a List of beans. |
| BeanListHandlerTest | BeanListHandlerTest |
| MapHandler | ResultSetHandler implementation that converts the first
ResultSet row into a Map. |
| MapHandlerTest | MapHandlerTest |
| MapListHandler | ResultSetHandler implementation that converts a
ResultSet into a List of Maps. |
| MapListHandlerTest | MapListHandlerTest |
| ScalarHandler | ResultSetHandler implementation that converts one
ResultSet column into an Object. |
| ScalarHandlerTest | ScalarHandlerTest |
|
|||||||||
| Home >> All >> org >> apache >> commons >> dbutils >> [ handlers overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||