| 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(org.jdbi.v3.core.statement.TimingCollector collector)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static org.jdbi.v3.core.statement.TimingCollector |
TimingCollector.NOP_TIMING_COLLECTOR
Deprecated.
Use
SqlLogger.NOP_SQL_LOGGER instead. |
| Modifier and Type | Method and Description |
|---|---|
org.jdbi.v3.core.statement.TimingCollector |
SqlStatements.getTimingCollector()
Deprecated.
use
SqlStatements.getSqlLogger() instead |
| Modifier and Type | Method and Description |
|---|---|
SqlStatements |
SqlStatements.setTimingCollector(org.jdbi.v3.core.statement.TimingCollector timingCollector)
Deprecated.
|
Copyright © 2019. All rights reserved.