Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedFunction
-
Packages that use CheckedFunction Package Description org.jdbi.v3.core.async org.jdbi.v3.core.internal.exceptions org.jdbi.v3.core.locator locatorinstances inspect text given toJdbiand 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 CheckedFunction Modifier and Type Method Description protected abstract <T> java.util.concurrent.CompletionStage<T>AbstractJdbiExecutor. withExecute(CheckedFunction<Jdbi,T> callback)Single method through which all other with* methods converge.protected <T> java.util.concurrent.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 CheckedFunction Modifier and Type Method Description static <X,T>
java.util.function.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 CheckedFunction Constructor Description ClasspathSqlLocator(CheckedFunction<java.io.InputStream,java.lang.String> parser)
-