Uses of Interface
org.jdbi.v3.core.result.ResultSetScanner
-
Packages that use ResultSetScanner Package Description org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results.org.jdbi.v3.core.statement Thestatementpackage 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 ResultSetScanner Modifier and Type Method Description <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.statement
Methods in org.jdbi.v3.core.statement with parameters of type ResultSetScanner Modifier and Type Method Description <R> RMetaData. scanResultSet(ResultSetScanner<R> resultSetScanner)<R> RPreparedBatch. scanResultSet(ResultSetScanner<R> resultSetScanner)<R> RQuery. scanResultSet(ResultSetScanner<R> resultSetScanner)
-