| Package | Description |
|---|---|
| com.appslandia.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
StatementImpl.executeList(ResultSetMapper<T> mapper) |
<K,V> Map<K,V> |
StatementImpl.executeMap(ResultSetMapper<K> key,
ResultSetMapper<V> value,
Map<K,V> newMap) |
<K,V> Map<K,V> |
StatementImpl.executeMap(ResultSetMapper<K> key,
ResultSetMapper<V> value,
Map<K,V> newMap) |
<T> T |
StatementImpl.executeSingle(ResultSetMapper<T> mapper) |
Copyright © 2017. All rights reserved.