Uses of Interface
org.jdbi.v3.core.result.StreamCallback
Packages that use StreamCallback
Package
Description
result provides the streaming interface that reads rows from JDBC
 and drives the mapper and collector processes to
 produce results.- 
Uses of StreamCallback in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result with parameters of type StreamCallbackModifier and TypeMethodDescriptiondefault <R,X extends Exception> 
RResultIterable.withStream(StreamCallback<T, R, X> callback) Passes the stream of results to the callback.