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.resultMethods in org.jdbi.v3.core.result with parameters of type ResultSetScannerModifier and TypeMethodDescription<R> RBatchResultBearing.scanResultSet(ResultSetScanner<R> resultSetScanner) <R> RResultBearing.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.statementMethods in org.jdbi.v3.core.statement with parameters of type ResultSetScannerModifier and TypeMethodDescription<R> RMetaData.scanResultSet(ResultSetScanner<R> resultSetScanner) <R> RPreparedBatch.scanResultSet(ResultSetScanner<R> resultSetScanner) <R> RQuery.scanResultSet(ResultSetScanner<R> resultSetScanner)