Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedConsumer
Packages that use CheckedConsumer
Package
Description
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of CheckedConsumer in org.jdbi.v3.core.async
Methods in org.jdbi.v3.core.async with parameters of type CheckedConsumerModifier and TypeMethodDescriptionprotected CompletionStage<Void>AbstractJdbiExecutor.useExecute(CheckedConsumer<Jdbi> callback) Single method through which all other use* methods converge. -
Uses of CheckedConsumer in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T>Unchecked.consumer(CheckedConsumer<T> checkedConsumer) -
Uses of CheckedConsumer in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement with parameters of type CheckedConsumerModifier and TypeMethodDescription(package private) <T> Consumer<T>ArgumentBinder.wrapCheckedConsumer(String paramName, CheckedConsumer<T> consumer)