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