public interface RowMapper<T>
static RowMapper<Integer>
COUNT
static RowMapper<Long>
PRIMARY_KEY
T
mapRow(ResultSet rs)
static final RowMapper<Integer> COUNT
static final RowMapper<Long> PRIMARY_KEY
T mapRow(ResultSet rs) throws SQLException
SQLException