|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of object to map to.public interface RowMapper<T>
Mapper from ResultSet row to object.
| Method Summary | |
|---|---|
T |
mapRow(java.sql.ResultSet rs)
Maps a row in this resultSet to an object. |
| Method Detail |
|---|
T mapRow(java.sql.ResultSet rs)
throws java.sql.SQLException
rs - The resultset.
java.sql.SQLException - when reading the resultset failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||