public interface RowMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
mapRow(ResultSet resultSet)
Maps a row from a ResultSet to an object.
|
T mapRow(ResultSet resultSet) throws SQLException
resultSet - the ResultSet.SQLException - if a database access error occurs.Copyright © 2016 UiO. All rights reserved.