Uses of Interface
org.jdbi.v3.core.result.BatchResultIterable
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.-
Uses of BatchResultIterable in org.jdbi.v3.core.result
Modifier and TypeMethodDescription<T> BatchResultIterable
<T> BatchResultBearing.map
(ColumnMapper<T> mapper) <T> BatchResultIterable
<T> <T> BatchResultIterable
<T> BatchResultBearing.map
(RowViewMapper<T> mapper) <T> BatchResultIterable
<T> <T> BatchResultIterable
<T> BatchResultBearing.mapTo
(GenericType<T> type) <T> BatchResultIterable
<T> BatchResultBearing.mapTo
(QualifiedType<T> type) <T> BatchResultIterable
<T> BatchResultBearing.mapToMap()
<T> BatchResultIterable
<Map<String, T>> <T> BatchResultIterable
<Map<String, T>> BatchResultBearing.mapToMap
(GenericType<T> valueType) static <U> BatchResultIterable
<U> BatchResultIterable.of
(ResultIterable<U> delegate, Supplier<int[]> modifiedRowCountsSupplier)