Uses of Interface
org.jdbi.v3.core.result.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
Modifier 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
Modifier and TypeMethodDescription<R> R
MetaData.scanResultSet
(ResultSetScanner<R> resultSetScanner) <R> R
PreparedBatch.scanResultSet
(ResultSetScanner<R> resultSetScanner) <R> R
Query.scanResultSet
(ResultSetScanner<R> resultSetScanner)