| 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 |
|---|---|
This |
SqlStatement.bindBeanList(String key,
List<?> values,
List<String> propertyNames)
Bind a parameter for each value in the given list * number of property names,
and defines an attribute as the comma-separated list of parameter references (using colon prefix).
|
Copyright © 2017. All rights reserved.