Class OMSqlLogger
java.lang.Object
org.openmetadata.service.util.jdbi.OMSqlLogger
- All Implemented Interfaces:
org.jdbi.v3.core.statement.SqlLogger
-
Field Summary
Fields inherited from interface org.jdbi.v3.core.statement.SqlLogger
NOP_SQL_LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogAfterExecution(org.jdbi.v3.core.statement.StatementContext context) voidlogBeforeExecution(org.jdbi.v3.core.statement.StatementContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.statement.SqlLogger
logException
-
Constructor Details
-
OMSqlLogger
public OMSqlLogger()
-
-
Method Details
-
logBeforeExecution
public void logBeforeExecution(org.jdbi.v3.core.statement.StatementContext context) - Specified by:
logBeforeExecutionin interfaceorg.jdbi.v3.core.statement.SqlLogger
-
logAfterExecution
public void logAfterExecution(org.jdbi.v3.core.statement.StatementContext context) - Specified by:
logAfterExecutionin interfaceorg.jdbi.v3.core.statement.SqlLogger
-