| 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 <R,X extends Exception> |
ResultIterable.withStream(StreamCallback<T,R,X> callback)
Passes the stream of results to the callback.
|
Copyright © 2017. All rights reserved.