Uses of Interface
org.jdbi.v3.core.result.ResultSetScanner
Packages that use ResultSetScanner
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of ResultSetScanner in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result with parameters of type ResultSetScannerModifier and TypeMethodDescription<R> R
BatchResultBearing.scanResultSet
(ResultSetScanner<R> resultSetScanner) <R> R
ResultBearing.scanResultSet
(ResultSetScanner<R> resultSetScanner) Invokes the mapper with a result set supplier, and returns the value returned by the mapper. -
Uses of ResultSetScanner in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement with parameters of type ResultSetScannerModifier and TypeMethodDescription<R> R
MetaData.scanResultSet
(ResultSetScanner<R> resultSetScanner) <R> R
PreparedBatch.scanResultSet
(ResultSetScanner<R> resultSetScanner) <R> R
Query.scanResultSet
(ResultSetScanner<R> resultSetScanner)