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