Uses of Interface
org.jdbi.v3.core.statement.TimingCollector
-
Packages that use TimingCollector Package Description org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.statement Thestatementpackage 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 TimingCollector Modifier and Type Method Description default ThisConfigurable. setTimingCollector(TimingCollector collector)Deprecated. -
Uses of TimingCollector in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as TimingCollector Modifier and Type Field Description static TimingCollectorTimingCollector. NOP_TIMING_COLLECTORDeprecated.UseSqlLogger.NOP_SQL_LOGGERinstead.Methods in org.jdbi.v3.core.statement that return TimingCollector Modifier and Type Method Description TimingCollectorSqlStatements. getTimingCollector()Deprecated.useSqlStatements.getSqlLogger()insteadMethods in org.jdbi.v3.core.statement with parameters of type TimingCollector Modifier and Type Method Description SqlStatementsSqlStatements. setTimingCollector(TimingCollector timingCollector)Deprecated.
-