Class SqlLoggerListener

java.lang.Object
org.jooq.tools.LoggerListener
ru.cg.webbpm.modules.database.impl.logging.SqlLoggerListener
All Implemented Interfaces:
Serializable, EventListener, org.jooq.ExecuteListener

@Component public class SqlLoggerListener extends org.jooq.tools.LoggerListener
Author:
r.borisov
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderEnd(org.jooq.ExecuteContext ctx)
     

    Methods inherited from class org.jooq.tools.LoggerListener

    bindEnd, exception, executeEnd, executeStart, fetchEnd, outEnd, recordEnd, resultEnd, resultStart

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.jooq.ExecuteListener

    bindStart, end, fetchStart, outStart, prepareEnd, prepareStart, recordStart, renderStart, start, warning
  • Constructor Details

    • SqlLoggerListener

      public SqlLoggerListener()
  • Method Details

    • renderEnd

      public void renderEnd(org.jooq.ExecuteContext ctx)
      Specified by:
      renderEnd in interface org.jooq.ExecuteListener
      Overrides:
      renderEnd in class org.jooq.tools.LoggerListener