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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.
-
DiagnosticsListener
SPI directly, instead.