| 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 |
|---|---|
ParsedParameters |
ParsedSql.getParameters() |
static ParsedParameters |
ParsedParameters.named(List<String> names)
A static factory of named
ParsedParameters instances. |
static ParsedParameters |
ParsedParameters.positional(int count)
A static factory of positional
ParsedParameters instances. |
| Modifier and Type | Method and Description |
|---|---|
static ParsedSql |
ParsedSql.of(String sql,
ParsedParameters parameters)
A static factory of
ParsedSql instances. |
Copyright © 2019. All rights reserved.