| Package | Description |
|---|---|
| org.skife.jdbi.v2 |
Start with
DBI and Handle |
| 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 |
|---|---|
protected TimingCollector |
SQLStatement.getTimingCollector() |
TimingCollector |
DBI.getTimingCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
Handle.setTimingCollector(TimingCollector timingCollector)
Specify the class used to collect timing information.
|
void |
DBI.setTimingCollector(TimingCollector timingCollector)
Add a callback to accumulate timing information about the queries running from this
data source.
|
Copyright © 2018. All rights reserved.