Uses of Class
org.jdbi.v3.core.statement.OutParameters
-
Packages that use OutParameters Package Description org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.sqlobject.statement.internal -
-
Uses of OutParameters in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement that return OutParameters Modifier and Type Method Description OutParametersCall. invoke()Invoke the callable statement.Method parameters in org.jdbi.v3.core.statement with type arguments of type OutParameters Modifier and Type Method Description voidCall. invoke(java.util.function.Consumer<OutParameters> resultConsumer)Invoke the callable statement and process itsOutParametersresults.<T> TCall. invoke(java.util.function.Function<OutParameters,T> resultComputer)Invoke the callable statement and process itsOutParametersresults, returning a computed value of typeT. -
Uses of OutParameters in org.jdbi.v3.sqlobject.statement.internal
Fields in org.jdbi.v3.sqlobject.statement.internal with type parameters of type OutParameters Modifier and Type Field Description private java.util.function.BiFunction<OutParameters,Call,?>SqlCallHandler. resultTransformerMethods in org.jdbi.v3.sqlobject.statement.internal that return types with arguments of type OutParameters Modifier and Type Method Description private java.util.function.BiFunction<OutParameters,Call,?>SqlCallHandler. createResultTransformer(java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)
-