Uses of Interface
org.jdbi.v3.core.result.ResultProducers.ResultSetCreator
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.-
Uses of ResultProducers.ResultSetCreator in org.jdbi.v3.core.result
Modifier and TypeMethodDescriptionstatic ResultBearing
ResultProducers.createResultBearing
(Supplier<PreparedStatement> preparedStatementSupplier, ResultProducers.ResultSetCreator resultSetCreator, StatementContext ctx) Create aResultBearing
instance backed by aResultSet
.