| Package | Description |
|---|---|
| org.jdbi.v3.core.config | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.setTimingCollector(TimingCollector collector)
Convenience method for
getConfig(SqlStatements.class).setStatementRewriter(collector) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TimingCollector.NopTimingCollector |
| Modifier and Type | Field and Description |
|---|---|
static TimingCollector |
TimingCollector.NOP_TIMING_COLLECTOR
A No Operation Timing Collector.
|
| Modifier and Type | Method and Description |
|---|---|
TimingCollector |
SqlStatements.getTimingCollector() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatements |
SqlStatements.setTimingCollector(TimingCollector timingCollector)
Sets the
TimingCollector used to collect timing about the SQL statements executed
by JDBI. |
Copyright © 2017. All rights reserved.