Class JournalDeleteListener
-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.EventListener,org.jooq.ExecuteListener
public class JournalDeleteListener implements ExecuteListenerOnly 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
trydofor
-
-
Constructor Summary
Constructors Constructor Description JournalDeleteListener()
-
Method Summary
Modifier and Type Method Description voidrenderEnd(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
-
-
Method Detail
-
renderEnd
void renderEnd(ExecuteContext ctx)
-
-
-
-