public interface RowMapper<T>
Modifier and Type | Field and Description |
---|---|
static RowMapper<Integer> |
COUNT |
static RowMapper<Long> |
PRIMARY_KEY |
Modifier and Type | Method and Description |
---|---|
T |
mapRow(ResultSet rs) |
T mapRow(ResultSet rs) throws SQLException
SQLException