| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
Call |
Call.registerOutParameter(int position,
int sqlType,
CallableStatementMapper mapper)
Register a positional output parameter
|
Call |
Call.registerOutParameter(String name,
int sqlType,
CallableStatementMapper mapper)
Register a named output parameter
|
Copyright © 2017. All rights reserved.