Uses of Interface
org.jdbi.v3.core.result.StreamConsumer
-
Packages that use StreamConsumer Package Description org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results. -
-
Uses of StreamConsumer in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result with parameters of type StreamConsumer Modifier and Type Method Description default <X extends java.lang.Exception>
voidResultIterable. useStream(StreamConsumer<T,X> consumer)Passes the stream of results to the consumer.
-