| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| 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.setStatementRewriter(StatementRewriter rewriter)
Sets the
StatementRewriter used to transform SQL for all SQL satements 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.