Uses of Class
org.jdbi.v3.core.statement.OutParameters
Packages that use OutParameters
Package
Description
 The 
statement package provides most of the Fluent API
 to drive statement execution.- 
Uses of OutParameters in org.jdbi.v3.core.statementMethods in org.jdbi.v3.core.statement that return OutParametersMethod parameters in org.jdbi.v3.core.statement with type arguments of type OutParametersModifier and TypeMethodDescriptionvoidCall.invoke(Consumer<OutParameters> resultConsumer) Invoke the callable statement and process itsOutParametersresults.<T> TCall.invoke(Function<OutParameters, T> resultComputer) Invoke the callable statement and process itsOutParametersresults, returning a computed value of typeT.