Package com.github.kagkarlsson.jdbc
Interface ResultSetMapper<T>
-
- All Known Implementing Classes:
Mappers.SingleResultMapper
public interface ResultSetMapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmap(ResultSet resultSet)
-
-
-
Method Detail
-
map
T map(ResultSet resultSet) throws SQLException
- Throws:
SQLException
-
-