Uses of Interface
org.jdbi.v3.core.statement.SqlLogger
Packages that use SqlLogger
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 SqlLogger in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type SqlLogger -
Uses of SqlLogger in org.jdbi.v3.core.statement
Classes in org.jdbi.v3.core.statement that implement SqlLoggerModifier and TypeClassDescriptionclassSimpleSqlLoggerthat emits some diagnostic information about Jdbi usage.Fields in org.jdbi.v3.core.statement declared as SqlLoggerModifier and TypeFieldDescriptionstatic final SqlLoggerSqlLogger.NOP_SQL_LOGGERprivate SqlLoggerSqlStatements.sqlLoggerMethods in org.jdbi.v3.core.statement that return SqlLoggerMethods in org.jdbi.v3.core.statement with parameters of type SqlLoggerModifier and TypeMethodDescriptionSqlStatements.setSqlLogger(SqlLogger sqlLogger) Sets aSqlLoggerinstance to log all SQL operations.(package private) static <T> TSqlLoggerUtil.wrap(SqlLoggable<T> r, StatementContext ctx, SqlLogger logger)