public class MapRowProcessor extends Object implements RowProcessor<Map<String,Object>>
Constructor and Description |
---|
MapRowProcessor() |
MapRowProcessor(PredicateWithException<ResultSet,Integer> columnPredicate) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
handle(ResultSet resultSet) |
static PredicateWithException<ResultSet,Integer> |
table(String tableName)
Restricts the processing to a single table
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstColumn, firstColumn, optional
public MapRowProcessor()
public MapRowProcessor(PredicateWithException<ResultSet,Integer> columnPredicate)
public static PredicateWithException<ResultSet,Integer> table(String tableName)
tableName
- only columns in this table are included in the Map
Copyright © 2014. All rights reserved.