Uses of Interface
org.jdbi.v3.core.result.ResultIterator
Packages that use ResultIterator
Package
Description
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results.
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of ResultIterator in org.jdbi.v3.core.result
Classes in org.jdbi.v3.core.result that implement ResultIteratorModifier and TypeClassDescriptionstatic classAn implementation ofResultIteratorthat delegates calls to the iterator provided in the constructor.Fields in org.jdbi.v3.core.result declared as ResultIteratorModifier and TypeFieldDescriptionprivate final ResultIterator<T>ResultIterable.ResultIteratorDelegate.delegateMethods in org.jdbi.v3.core.result that return ResultIteratorModifier and TypeMethodDescriptionprotected final ResultIterator<T>ResultIterable.ResultIteratorDelegate.getDelegate()ResultIterable.iterator()Stream all the rows of the result set out with anIterator.Methods in org.jdbi.v3.core.result with parameters of type ResultIteratorModifier and TypeMethodDescriptionstatic <T> ResultIterable<T>ResultIterable.of(ResultIterator<T> iterator) Returns a ResultIterable backed by the given iterator.voidIteratorConsumer.useIterator(ResultIterator<T> iterator) Will be invoked with result iterator.IteratorCallback.withIterator(ResultIterator<T> iterator) Will be invoked with a Iterator<T>.Constructors in org.jdbi.v3.core.result with parameters of type ResultIterator -
Uses of ResultIterator in org.jdbi.v3.core.result.internal
Classes in org.jdbi.v3.core.result.internal that implement ResultIteratorMethods in org.jdbi.v3.core.result.internal that return ResultIterator -
Uses of ResultIterator in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement that return ResultIteratorModifier and TypeMethodDescriptionPreparedBatch.executeAndGetModCount()Execute the batch and return the mod counts as inexecute, but as a Jdbi result iterator instead of an array. -
Uses of ResultIterator in org.jdbi.v3.sqlobject.statement.internal
Fields in org.jdbi.v3.sqlobject.statement.internal with type parameters of type ResultIteratorModifier and TypeFieldDescriptionprivate final Function<PreparedBatch,ResultIterator<?>> SqlBatchHandler.batchIntermediateMethods in org.jdbi.v3.sqlobject.statement.internal that return ResultIteratorModifier and TypeMethodDescriptionprivate ResultIterator<?>SqlBatchHandler.executeBatch(Handle handle, Supplier<PreparedBatch> preparedBatchSupplier) protected ResultIterator<?>ResultReturner.ResultIteratorReturner.mappedResult(ResultIterable<?> iterable, StatementContext ctx) protected ResultIterator<?>ResultReturner.ResultIterableReturner.reducedResult(Stream<?> stream, StatementContext ctx) protected ResultIterator<?>ResultReturner.ResultIteratorReturner.reducedResult(Stream<?> stream, StatementContext ctx) Methods in org.jdbi.v3.sqlobject.statement.internal that return types with arguments of type ResultIteratorModifier and TypeMethodDescriptionprivate Function<PreparedBatch,ResultIterator<?>> SqlBatchHandler.mapToBoolean(Function<PreparedBatch, ResultIterator<?>> modCounts) Method parameters in org.jdbi.v3.sqlobject.statement.internal with type arguments of type ResultIteratorModifier and TypeMethodDescriptionprivate Function<PreparedBatch,ResultIterator<?>> SqlBatchHandler.mapToBoolean(Function<PreparedBatch, ResultIterator<?>> modCounts)