Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedConsumer
-
Packages that use CheckedConsumer Package Description org.jdbi.v3.core.async org.jdbi.v3.core.internal.exceptions org.jdbi.v3.core.statement Thestatementpackage 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 CheckedConsumer Modifier and Type Method Description protected java.util.concurrent.CompletionStage<java.lang.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 CheckedConsumer Modifier and Type Method Description static <T> java.util.function.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 CheckedConsumer Modifier and Type Method Description (package private) <T> java.util.function.Consumer<T>ArgumentBinder. wrapCheckedConsumer(java.lang.String paramName, CheckedConsumer<T> consumer)
-