Uses of Interface
org.jdbi.v3.core.statement.SqlLogger
-
Packages that use SqlLogger 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 SqlLogger in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type SqlLogger Modifier and Type Method Description default ThisConfigurable. setSqlLogger(SqlLogger sqlLogger) -
Uses of SqlLogger in org.jdbi.v3.core.statement
Classes in org.jdbi.v3.core.statement that implement SqlLogger Modifier and Type Class Description classSlf4JSqlLoggerSimpleSqlLoggerthat emits some diagnostic information about Jdbi usage.Fields in org.jdbi.v3.core.statement declared as SqlLogger Modifier and Type Field Description static SqlLoggerSqlLogger. NOP_SQL_LOGGERprivate SqlLoggerSqlStatements. sqlLoggerMethods in org.jdbi.v3.core.statement that return SqlLogger Modifier and Type Method Description SqlLoggerSqlStatements. getSqlLogger()Returns the current logger.Methods in org.jdbi.v3.core.statement with parameters of type SqlLogger Modifier and Type Method Description SqlStatementsSqlStatements. setSqlLogger(SqlLogger sqlLogger)Sets aSqlLoggerinstance to log all SQL operations.(package private) static <T> TSqlLoggerUtil. wrap(SqlLoggable<T> r, StatementContext ctx, SqlLogger logger)
-