|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowMapperIF<T>
EXPERIMENTAL: Interface to be implemented by row mappers used by the queryForList method on QueryWrapper.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||