Class JournalDeleteListener

  • All Implemented Interfaces:
    java.io.Serializable , java.util.EventListener , org.jooq.ExecuteListener

    
    public class JournalDeleteListener
     implements ExecuteListener
                        
    Only supports single table execution, does not support batch processing
    
    delete from `tst_sharding` where (`id` = ? and `commit_id` = ?)
    commit_id = :commit_id and `id` = ?
    
    Since:

    2021-01-14

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void renderEnd(ExecuteContext ctx)
      • Methods inherited from class org.jooq.ExecuteListener

        bindEnd, bindStart, end, exception, executeEnd, executeStart, fetchEnd, fetchStart, onBindEnd, onBindStart, onEnd, onException, onExecuteEnd, onExecuteStart, onFetchEnd, onFetchStart, onOutEnd, onOutStart, onPrepareEnd, onPrepareStart, onRecordEnd, onRecordStart, onRenderEnd, onRenderStart, onResultEnd, onResultStart, onStart, onWarning, outEnd, outStart, prepareEnd, prepareStart, recordEnd, recordStart, renderStart, resultEnd, resultStart, start, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JournalDeleteListener

        JournalDeleteListener()
    • Method Detail

      • renderEnd

         void renderEnd(ExecuteContext ctx)