-
Methods in net.odoframework.sql with parameters of type SQLFunction
| Modifier and Type |
Method |
Description |
<T> T |
DefaultSQLTemplate.execute(DBStatement sql,
SQLFunction<ResultSet,T> mapper) |
|
<T> T |
SQLTemplate.execute(DBStatement sql,
SQLFunction<ResultSet,T> mapper) |
|
static <T,
K> K |
SQLWrappedException.map(T value,
SQLFunction<T,K> function) |
|
<T> Stream<T> |
DefaultSQLTemplate.stream(DBStatement sql,
SQLFunction<ResultSet,T> row) |
|
<T> Stream<T> |
SQLTemplate.stream(DBStatement sql,
SQLFunction<ResultSet,T> row) |
|