Package me.danwi.sqlex.core.jdbc.mapper
Class RowMapper<T>
java.lang.Object
me.danwi.sqlex.core.jdbc.mapper.RowMapper<T>
- Direct Known Subclasses:
BasicTypeMapper,BeanMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowMapper
public RowMapper()
-
-
Method Details
-
fetchColumn
protected <C> C fetchColumn(ResultSet resultSet, int columnIndex, Class<C> dataType) throws SQLException - Throws:
SQLException
-
fetch
- Throws:
SQLException
-