Package com.github.kagkarlsson.jdbc
Class Mappers.SingleResultMapper<T>
- java.lang.Object
-
- com.github.kagkarlsson.jdbc.Mappers.SingleResultMapper<T>
-
- All Implemented Interfaces:
ResultSetMapper<T>
- Enclosing class:
- Mappers
public static class Mappers.SingleResultMapper<T> extends Object implements ResultSetMapper<T>
-
-
Constructor Summary
Constructors Constructor Description SingleResultMapper(RowMapper<T> rowMapper)
-
-
-
Method Detail
-
map
public T map(ResultSet rs) throws SQLException
- Specified by:
mapin interfaceResultSetMapper<T>- Throws:
SQLException
-
-