| Interface | Description |
|---|---|
| ResultBearing |
Provides access to the contents of a
ResultSet |
| ResultIterable<T> | |
| ResultIterator<T> |
Represents a forward-only iterator over a result set, which will lazily iterate
the results.
|
| ResultProducer<R> |
Produces a result from an executed
PreparedStatement. |
| ResultSetAccumulator<T> |
A
ResultSetAccumulator repeatedly combines rows
from the given ResultSet to produce a single
result. |
| ResultSetMapper<T> |
Maps result sets to objects.
|
| StreamCallback<T,R,X extends Exception> |
Callback for use with
ResultIterable.withStream(StreamCallback) |
| StreamConsumer<T,X extends Exception> |
Callback for use with
ResultIterable.useStream(StreamConsumer) |
| Class | Description |
|---|---|
| ResultProducers |
Commonly used ResultProducer implementations.
|
| RowView |
A RowView is an accessor for
ResultSet that uses
RowMapper or ColumnMapper to extract values. |
| Exception | Description |
|---|---|
| NoResultsException | |
| ResultSetException | |
| UnableToProduceResultException |
Copyright © 2017. All rights reserved.