Uses of Interface
org.jdbi.v3.core.result.ResultSetAccumulator
Packages that use ResultSetAccumulator
Package
Description
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results.-
Uses of ResultSetAccumulator in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result with parameters of type ResultSetAccumulatorModifier and TypeMethodDescription<U> UBatchResultBearing.reduceResultSet(U seed, ResultSetAccumulator<U> accumulator) default <U> UResultBearing.reduceResultSet(U seed, ResultSetAccumulator<U> accumulator) Reduce the results.