| 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 | Method and Description |
|---|---|
default <U> U |
ResultBearing.reduceRows(U seed,
BiFunction<U,RowView,U> accumulator)
Reduce the results.
|
Copyright © 2017. All rights reserved.