| 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 |
|---|---|
SqlStatements |
SqlStatements.createCopy() |
SqlStatements |
SqlStatements.define(String key,
Object value)
Define an attribute for
StatementContext for statements executed by Jdbi. |
SqlStatements |
SqlStatements.defineMap(Map<String,?> values)
Defines attributes for each key/value pair in the Map.
|
SqlStatements |
SqlStatements.setSqlParser(SqlParser sqlParser)
Sets the
SqlParser used to parse parameters in SQL statements
executed by Jdbi. |
SqlStatements |
SqlStatements.setTemplateEngine(TemplateEngine templateEngine)
Sets the
TemplateEngine used to render SQL for all
SQL statements executed by Jdbi. |
SqlStatements |
SqlStatements.setTimingCollector(TimingCollector timingCollector)
Sets the
TimingCollector used to collect timing about the SQL statements executed
by Jdbi. |
Copyright © 2017. All rights reserved.