| Package | Description |
|---|---|
| org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ResultBearing.scanResultSet(ResultSetScanner<R> mapper)
Invokes the mapper with a result set supplier, and returns the value returned by the mapper.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
PreparedBatch.scanResultSet(ResultSetScanner<R> mapper) |
<R> R |
Query.scanResultSet(ResultSetScanner<R> mapper) |
Copyright © 2017. All rights reserved.