Uses of Class
org.jdbi.v3.core.result.ResultProducers
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 in org.jdbi.v3.core.result
Modifier and TypeMethodDescriptionResultProducers.allowNoResults
(boolean allowNoResults) Normally a query that doesn't return a result set throws an exception.ResultProducers.createCopy()