Class BaseExecuteListener
java.lang.Object
org.jooq.impl.DefaultExecuteListener
ru.cg.webbpm.modules.database.impl.analytics.BaseExecuteListener
- All Implemented Interfaces:
Serializable
,EventListener
,org.jooq.ExecuteListener
- Direct Known Subclasses:
LimitSqlSelectRequestProcessorImpl
,PerformanceListener
public class BaseExecuteListener
extends org.jooq.impl.DefaultExecuteListener
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
getFormattedQueryWithValues
(org.jooq.ExecuteContext ctx) protected String
queryWithValues
(org.jooq.ExecuteContext ctx) 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
bindEnd, bindStart, end, exception, executeEnd, executeStart, fetchEnd, fetchStart, outEnd, outStart, prepareEnd, prepareStart, recordEnd, recordStart, renderEnd, renderStart, resultEnd, resultStart, start, warning
-
Field Details
-
executionContextHelper
-
-
Constructor Details
-
BaseExecuteListener
public BaseExecuteListener()
-
-
Method Details
-
queryWithValues
-
getFormattedQueryWithValues
-
getExecutionContext
-