Class OMSqlLogger

java.lang.Object
org.openmetadata.service.util.jdbi.OMSqlLogger
All Implemented Interfaces:
org.jdbi.v3.core.statement.SqlLogger

public class OMSqlLogger extends Object implements org.jdbi.v3.core.statement.SqlLogger
  • Field Summary

    Fields inherited from interface org.jdbi.v3.core.statement.SqlLogger

    NOP_SQL_LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logAfterExecution(org.jdbi.v3.core.statement.StatementContext context)
     
    void
    logBeforeExecution(org.jdbi.v3.core.statement.StatementContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      logBeforeExecution in interface org.jdbi.v3.core.statement.SqlLogger
    • logAfterExecution

      public void logAfterExecution(org.jdbi.v3.core.statement.StatementContext context)
      Specified by:
      logAfterExecution in interface org.jdbi.v3.core.statement.SqlLogger