Uses of Interface
org.jdbi.v3.core.mapper.RowViewMapper
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.-
Uses of RowViewMapper in org.jdbi.v3.core.result
Modifier and TypeMethodDescription<T> BatchResultIterable
<T> BatchResultBearing.map
(RowViewMapper<T> mapper) default <T> ResultIterable
<T> ResultBearing.map
(RowViewMapper<T> mapper) Maps this result set to aResultIterable
, using the givenRowViewMapper
.