public interface RowMapperIF<T>
Modifier and Type | Method and Description |
---|---|
T |
mapRow(QueryResultIF result,
int rowno)
EXPERIMENTAL: This method is called once for each row in query
results, and the returned object is added to the list returned by
queryForList.
|
T mapRow(QueryResultIF result, int rowno)
result
- the query result objectrowno
- the number of this row in the current query result
(in zero-based counting)