| Package | Description |
|---|---|
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.setTimingCollector(TimingCollector collector)
Convenience method for
getConfig(SqlStatements.class).setTimingCollector(collector) |
| Modifier and Type | Field and Description |
|---|---|
static TimingCollector |
TimingCollector.NOP_TIMING_COLLECTOR
GNDN.
|
| 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.