| 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 |
|---|---|
ResultIterator<T> |
ResultIterable.iterator()
Stream all the rows of the result set out
with an
Iterator. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResultIterable<T> |
ResultIterable.of(ResultIterator<T> iterator)
Returns a ResultIterable backed by the given iterator.
|
| Modifier and Type | Method and Description |
|---|---|
ResultIterator<Integer> |
PreparedBatch.executeAndGetModCount() |
Copyright © 2017. All rights reserved.