java.lang.Object
org.jooq.impl.DefaultDiagnosticsListener
- All Implemented Interfaces:
DiagnosticsListener
Deprecated.
A publicly available default implementation of
DiagnosticsListener.
Use this to stay compatible with future API changes (i.e. added methods to
DiagnosticsListener)
- Author:
- Lukas Eder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jooq.DiagnosticsListener
concatenationInPredicate, consecutiveAggregation, duplicateStatements, exception, missingWasNullCall, nullCondition, possiblyWrongExpression, repeatedStatements, tooManyColumnsFetched, tooManyRowsFetched, transformPattern, trivialCondition, unnecessaryWasNullCall
-
Constructor Details
-
DefaultDiagnosticsListener
public DefaultDiagnosticsListener()Deprecated.
-
DiagnosticsListenerSPI directly, instead.