| 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. |
| Class and Description |
|---|
| ResultBearing
Provides access to the contents of a
ResultSet by mapping to Java types. |
| ResultIterable |
| ResultIterator
Represents a forward-only iterator over a result set, which will lazily iterate
the results.
|
| ResultProducer
Produces a result from an executed
PreparedStatement. |
| ResultSetAccumulator
A
ResultSetAccumulator repeatedly combines rows
from the given ResultSet to produce a single
result. |
| ResultSetMapper
Maps result sets to objects.
|
| RowView
A RowView is an accessor for
ResultSet that uses
RowMapper or ColumnMapper to extract values. |
| StreamCallback
Callback for use with
ResultIterable.withStream(StreamCallback) |
| StreamConsumer
Callback for use with
ResultIterable.useStream(StreamConsumer) |
| Class and Description |
|---|
| ResultBearing
Provides access to the contents of a
ResultSet by mapping to Java types. |
| ResultIterator
Represents a forward-only iterator over a result set, which will lazily iterate
the results.
|
| ResultProducer
Produces a result from an executed
PreparedStatement. |
| ResultSetMapper
Maps result sets to objects.
|
Copyright © 2017. All rights reserved.