| Package | Description |
|---|---|
| org.jdbi.v3.core.result | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ResultBearing.mapResultSet(ResultSetMapper<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 |
Query.mapResultSet(ResultSetMapper<R> mapper) |
<R> R |
PreparedBatch.mapResultSet(ResultSetMapper<R> mapper) |
Copyright © 2017. All rights reserved.