Uses of Class
org.jdbi.v3.core.result.ResultProducers
-
Packages that use ResultProducers Package Description org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results. -
-
Uses of ResultProducers in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result that return ResultProducers Modifier and Type Method Description ResultProducersResultProducers. allowNoResults(boolean allowNoResults)Normally a query that doesn't return a result set throws an exception.ResultProducersResultProducers. createCopy()Constructors in org.jdbi.v3.core.result with parameters of type ResultProducers Constructor Description ResultProducers(ResultProducers that)
-