Uses of Class
org.jdbi.v3.core.statement.OutParameters
Package
Description
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of OutParameters in org.jdbi.v3.core.statement
Modifier and TypeMethodDescriptionvoid
Call.invoke
(Consumer<OutParameters> resultConsumer) Invoke the callable statement and process itsOutParameters
results.<T> T
Call.invoke
(Function<OutParameters, T> resultComputer) Invoke the callable statement and process itsOutParameters
results, returning a computed value of typeT
.