Package com.github.kagkarlsson.jdbc
Interface RowMapper<T>
-
public interface RowMapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmap(ResultSet rs)
-
-
-
Method Detail
-
map
T map(ResultSet rs) throws SQLException
- Throws:
SQLException
-
-