T - the typepublic interface RowMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
mapRow(RowSet rs)
Implementations must implement this method to map the provided row to
the parameter type T.
|
T mapRow(RowSet rs) throws java.lang.Exception
Sheet the current line resides.rs - the RowSet used for mapping.java.lang.Exception - if error occured while parsing.