| Package | Description |
|---|---|
| org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkedHashMapRowReducer<K,V>
A row reducer that uses
LinkedHashMap (which preserves insertion order) as a
result container, and returns map.values().stream() as the final result. |
| Modifier and Type | Method and Description |
|---|---|
default <C,R> Stream<R> |
ResultBearing.reduceRows(RowReducer<C,R> reducer)
Reduce the result rows using the given row reducer.
|
Copyright © 2019. All rights reserved.