Uses of Package
org.jdbi.v3.core.result
-
Packages that use org.jdbi.v3.core.result Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results.org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results.org.jdbi.v3.core.result.internal org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.statement.internal -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.core Class Description ResultBearing Provides access to the contents of aResultSetby mapping to Java types. -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.core.mapper Class Description RowView A RowView is an accessor forResultSetthat usesRowMapperorColumnMapperto extract values. -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.core.result Class Description BatchResultIterable Extend theResultIterablefor batch operations.EmptyResultSetMetaData IteratorCallback Callback for use withResultIterable.withIterator(IteratorCallback)IteratorConsumer Callback for use withResultIterable.useIterator(IteratorConsumer)ResultBearing Provides access to the contents of aResultSetby mapping to Java types.ResultIterable AnIterableof values, usually mapped from aResultSet.ResultIterator Represents a forward-only iterator over a result set, which will lazily iterate the results.ResultProducer Produces a result from an executedPreparedStatement.ResultProducers Commonly used ResultProducer implementations.ResultProducers.ResultSetCreator ResultSetAccumulator AResultSetAccumulatorrepeatedly combines rows from the givenResultSetto 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 aResultSetinto a stream of result elements.RowView A RowView is an accessor forResultSetthat usesRowMapperorColumnMapperto extract values.StreamCallback Callback for use withResultIterable.withStream(StreamCallback)StreamConsumer Callback for use withResultIterable.useStream(StreamConsumer) -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.core.result.internal Class Description ResultIterable AnIterableof values, usually mapped from aResultSet.ResultIterator Represents a forward-only iterator over a result set, which will lazily iterate the results.RowView A RowView is an accessor forResultSetthat usesRowMapperorColumnMapperto extract values. -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.core.statement Class Description BatchResultBearing Extends theResultBearingclass to provide access to the per-batch row modification counts.ResultBearing Provides access to the contents of aResultSetby 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 executedPreparedStatement.ResultSetScanner Scan over rows of result sets, mapping and collecting the rows to a result type. -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.sqlobject.statement Class Description RowReducer Reduces row data from aResultSetinto a stream of result elements. -
Classes in org.jdbi.v3.core.result used by org.jdbi.v3.sqlobject.statement.internal Class Description ResultIterable AnIterableof values, usually mapped from aResultSet.ResultIterator Represents a forward-only iterator over a result set, which will lazily iterate the results.RowReducer Reduces row data from aResultSetinto a stream of result elements.