| 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 |
|---|---|
ParsedSql.Builder |
ParsedSql.Builder.append(String sqlFragment)
Appends the given SQL fragment to the SQL string.
|
ParsedSql.Builder |
ParsedSql.Builder.appendNamedParameter(String name)
Records a named parameter with the given name, and appends a
? to the SQL string. |
ParsedSql.Builder |
ParsedSql.Builder.appendPositionalParameter()
Records a positional parameters, and appends a
? to the
SQL string. |
static ParsedSql.Builder |
ParsedSql.builder() |
Copyright © 2019. All rights reserved.