Uses of Interface
org.jdbi.v3.core.result.RowReducer
Packages that use RowReducer
Package
Description
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results.-
Uses of RowReducer in org.jdbi.v3.core.result
Subinterfaces of RowReducer in org.jdbi.v3.core.resultModifier and TypeInterfaceDescriptioninterfaceA row reducer that usesLinkedHashMap(which preserves insertion order) as a result container, and returnsmap.values().stream()as the final result.Methods in org.jdbi.v3.core.result with parameters of type RowReducerModifier and TypeMethodDescription<C,R> Stream<R> BatchResultBearing.reduceRows(RowReducer<C, R> rowReducer) default <C,R> Stream<R> ResultBearing.reduceRows(RowReducer<C, R> rowReducer) Reduce the result rows using the given row reducer. -
Uses of RowReducer in org.jdbi.v3.sqlobject.statement.internal
Methods in org.jdbi.v3.sqlobject.statement.internal that return RowReducerModifier and TypeMethodDescription(package private) static RowReducer<?,?> CustomizingStatementHandler.rowReducerFor(UseRowReducer annotation)