|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface ResultSetRowReader<T>
| Method Summary | |
|---|---|
T |
readRow(ResultSet rs,
int rowNum)
This method should not call next() on
the ResultSet; it is only supposed to map values of the current row. |
| Method Detail |
|---|
T readRow(ResultSet rs,
int rowNum)
throws SQLException
next() on
the ResultSet; it is only supposed to map values of the current row.
rs - the ResultSet to map (pre-initialized for the current row)rowNum - the number of the current row
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||