Uses of Interface
org.jdbi.v3.core.statement.TimingCollector
Packages that use 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
Methods in org.jdbi.v3.core.config with parameters of type TimingCollectorModifier and TypeMethodDescriptiondefault This
Configurable.setTimingCollector
(TimingCollector collector) Deprecated. -
Uses of TimingCollector in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as TimingCollectorModifier and TypeFieldDescriptionstatic final TimingCollector
TimingCollector.NOP_TIMING_COLLECTOR
Deprecated.UseSqlLogger.NOP_SQL_LOGGER
instead.Methods in org.jdbi.v3.core.statement that return TimingCollectorModifier and TypeMethodDescriptionSqlStatements.getTimingCollector()
Deprecated.useSqlStatements.getSqlLogger()
insteadMethods in org.jdbi.v3.core.statement with parameters of type TimingCollectorModifier and TypeMethodDescriptionSqlStatements.setTimingCollector
(TimingCollector timingCollector) Deprecated.
Configurable.setSqlLogger(org.jdbi.v3.core.statement.SqlLogger)
instead