Uses of Interface
org.jdbi.v3.core.result.StreamConsumer
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.-
Uses of StreamConsumer in org.jdbi.v3.core.result
Modifier and TypeMethodDescriptiondefault <X extends Exception>
voidResultIterable.useStream
(StreamConsumer<T, X> consumer) Passes the stream of results to the consumer.