public class DefaultMapper extends Object implements ResultSetMapper<Map<String,Object>>
| Constructor and Description |
|---|
DefaultMapper() |
| 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 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 © 2025. All rights reserved.