Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedFunction
Packages that use CheckedFunction
Package
Description
locator instances inspect text given to Jdbi and
provide lookup of the actual SQL to execute.-
Uses of CheckedFunction in org.jdbi.v3.core.async
Methods in org.jdbi.v3.core.async with parameters of type CheckedFunctionModifier and TypeMethodDescriptionprotected abstract <T> CompletionStage<T>AbstractJdbiExecutor.withExecute(CheckedFunction<Jdbi, T> callback) Single method through which all other with* methods converge.protected <T> CompletionStage<T>JdbiExecutorImpl.withExecute(CheckedFunction<Jdbi, T> callback) Make sure to run the callback in a thread supplied by the executor -
Uses of CheckedFunction in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedFunctionModifier and TypeMethodDescriptionstatic <X,T> Function<X, T> Unchecked.function(CheckedFunction<X, T> checkedFunction) -
Uses of CheckedFunction in org.jdbi.v3.core.locator
Constructors in org.jdbi.v3.core.locator with parameters of type CheckedFunctionModifierConstructorDescriptionprivate