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