public class DefaultMapper extends Object implements ResultSetMapper<Map<String,Object>>
| Constructor and Description |
|---|
DefaultMapper() |
DefaultMapper(boolean foldCase) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
map(int index,
ResultSet r,
StatementContext ctx)
Map the row the result set is at when passed in.
|
public DefaultMapper()
public DefaultMapper(boolean foldCase)
public Map<String,Object> map(int index, ResultSet r, StatementContext ctx)
ResultSetMappermap in interface ResultSetMapper<Map<String,Object>>index - which row of the result set we are at, starts at 0r - the result set being iteratedCopyright © 2018. All rights reserved.