| Package | Description |
|---|---|
| com.appslandia.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
ResultSetImpl |
StatementImpl.executeQuery() |
ResultSetImpl |
StatementImpl.executeQuery(String sql) |
| Modifier and Type | Method and Description |
|---|---|
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 <T> T |
JdbcUtils.executeSingle(ResultSetImpl rs,
ResultSetMapper<T> mapper) |
void |
ResultSetHandler.handle(ResultSetImpl rs) |
T |
ResultSetMapper.map(ResultSetImpl rs) |
Copyright © 2021. All rights reserved.