T - Type that the mapRow returns.public interface GenericRowMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
mapRow(DatabaseResults results)
Used to convert a results row to an object.
|
T mapRow(DatabaseResults results) throws SQLException
results - Results object we are mapping.SQLException - If we could not get the SQL results or instantiate the object.This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.