Uses of Interface
org.jdbi.v3.core.statement.TimingCollector
Package
Description
The
config
classes define a configuration registry starting from
each Jdbi
instance.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of TimingCollector in org.jdbi.v3.core.config
Modifier and TypeMethodDescriptiondefault This
Configurable.setTimingCollector
(TimingCollector collector) Deprecated. -
Uses of TimingCollector in org.jdbi.v3.core.statement
Modifier and TypeFieldDescriptionstatic final TimingCollector
TimingCollector.NOP_TIMING_COLLECTOR
Deprecated.UseSqlLogger.NOP_SQL_LOGGER
instead.Modifier and TypeMethodDescriptionSqlStatements.getTimingCollector()
Deprecated.useSqlStatements.getSqlLogger()
insteadModifier and TypeMethodDescriptionSqlStatements.setTimingCollector
(TimingCollector timingCollector) Deprecated.
Configurable.setSqlLogger(org.jdbi.v3.core.statement.SqlLogger)
instead