Uses of Interface
org.jdbi.v3.core.statement.CallableStatementMapper
-
Packages that use CallableStatementMapper Package Description org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution. -
-
Uses of CallableStatementMapper in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as CallableStatementMapper Modifier and Type Field Description private CallableStatementMapperCall.OutParamArgument. mapperMethods in org.jdbi.v3.core.statement with parameters of type CallableStatementMapper Modifier and Type Method Description CallCall. registerOutParameter(int position, int sqlType, CallableStatementMapper mapper)Register a positional output parameter.CallCall. registerOutParameter(java.lang.String name, int sqlType, CallableStatementMapper mapper)Register a named output parameter.Constructors in org.jdbi.v3.core.statement with parameters of type CallableStatementMapper Constructor Description OutParamArgument(int sqlType, CallableStatementMapper mapper, java.lang.String name)
-