| Package | Description |
|---|---|
| com.appslandia.common.jdbc |
| Modifier and Type | Method | 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) |
|
<T> T |
StatementImpl.executeSingle(ResultSetMapper<T> mapper) |
Copyright © 2018. All rights reserved.