| Package | Description |
|---|---|
| org.jdbi.v3.core.result | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Class and Description |
|---|
| ResultBearing
Provides access to the contents of a
ResultSet |
| 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 |
| 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.