Uses of Interface
org.jdbi.v3.core.result.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
Modifier and TypeMethodDescription<U> U
BatchResultBearing.reduceResultSet
(U seed, ResultSetAccumulator<U> accumulator) default <U> U
ResultBearing.reduceResultSet
(U seed, ResultSetAccumulator<U> accumulator) Reduce the results.