Uses of Interface
org.jdbi.v3.core.result.ResultProducers.ResultSetCreator
Packages that use 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
Methods in org.jdbi.v3.core.result with parameters of type ResultProducers.ResultSetCreatorModifier and TypeMethodDescriptionstatic ResultBearingResultProducers.createResultBearing(Supplier<PreparedStatement> preparedStatementSupplier, ResultProducers.ResultSetCreator resultSetCreator, StatementContext ctx) Create aResultBearinginstance backed by aResultSet.