| 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 |
|---|---|
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 © 2019. All rights reserved.