static <T> List<T> |
JdbcUtils.executeList(ResultSetImpl rs,
ResultSetMapper<T> mapper,
List<T> list) |
static <T> List<T> |
JdbcUtils.executeList(ResultSetImpl rs,
ResultSetMapper<T> mapper,
List<T> list) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(ResultSetImpl rs,
ResultSetMapper<K> keyMapper,
ResultSetMapper<V> valueMapper,
Map<K,V> map) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(ResultSetImpl rs,
ResultSetMapper<K> keyMapper,
ResultSetMapper<V> valueMapper,
Map<K,V> map) |
static <T> T |
JdbcUtils.executeSingle(ResultSetImpl rs,
ResultSetMapper<T> mapper) |
static <T> T |
JdbcUtils.executeSingle(ResultSetImpl rs,
ResultSetMapper<T> mapper) |
void |
ResultSetHandler.handle(ResultSetImpl rs) |
void |
ResultSetHandler.handle(ResultSetImpl rs) |
T |
ResultSetMapper.map(ResultSetImpl rs) |
T |
ResultSetMapper.map(ResultSetImpl rs) |