| Package | Description |
|---|---|
| org.jdbi.v3.core.mapper |
mappers take the JDBC ResultSet and produce Java results. |
| 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.result.internal | |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Class and Description |
|---|
| RowView
A RowView is an accessor for
ResultSet that uses
RowMapper or ColumnMapper to extract values. |
| 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. |
| ResultProducers
Commonly used ResultProducer implementations.
|
| ResultSetAccumulator
A
ResultSetAccumulator repeatedly combines rows
from the given ResultSet to produce a single
result. |
| ResultSetScanner
Scan over rows of result sets, mapping and collecting the rows to a result type.
|
| RowReducer
Reduces row data from a
ResultSet into a stream of result
elements. |
| 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 |
|---|
| RowView
A RowView is an accessor for
ResultSet that uses
RowMapper or ColumnMapper to extract values. |
| 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. |
| ResultSetScanner
Scan over rows of result sets, mapping and collecting the rows to a result type.
|
Copyright © 2019. All rights reserved.