Interface | Description |
---|---|
Converter<T> | |
Converters |
Groups
Converter s together. |
ResultSetHandler<T> |
Converts
ResultSet s to other objects. |
RowProcessor<T> |
Converts a
ResultSet to an instance of T |
Class | Description |
---|---|
ColumnRowProcessor<T> |
Converts the specified
ResultSet column into an instance of T. |
MapResultSetHandler<K,V> | |
MapRowProcessor | |
ObjectRowProcessor<T> | |
QueryRunner |
Executes SQL queries with pluggable strategies for handling
ResultSet s. |
QueryRunner.Transaction |
Copyright © 2014. All rights reserved.