Uses of Interface
org.jooq.DiagnosticsListener
Packages that use DiagnosticsListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of DiagnosticsListener in org.jooq
Methods in org.jooq that return DiagnosticsListenerModifier and TypeMethodDescription@NotNull DiagnosticsListener
DiagnosticsListenerProvider.provide()
Provide anDiagnosticsListener
instance.Methods in org.jooq with parameters of type DiagnosticsListenerModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive(DiagnosticsListener... newDiagnosticsListeners)
Create a derived configuration from this one, with new diagnostics listeners.@NotNull Configuration
Configuration.deriveAppending(DiagnosticsListener... newDiagnosticsListeners)
Create a derived configuration from this one, with appended diagnostics listeners.@NotNull Configuration
Configuration.set(DiagnosticsListener... newDiagnosticsListeners)
Change this configuration to hold new diagnostics listeners.@NotNull Configuration
Configuration.setAppending(DiagnosticsListener... newDiagnosticsListeners)
Change this configuration by appending new diagnostics listeners. -
Uses of DiagnosticsListener in org.jooq.impl
Classes in org.jooq.impl that implement DiagnosticsListenerModifier and TypeClassDescriptionclass
A publicly available default implementation ofDiagnosticsListener
.Methods in org.jooq.impl that return DiagnosticsListenerMethods in org.jooq.impl with parameters of type DiagnosticsListenerModifier and TypeMethodDescriptionAbstractConfiguration.derive(DiagnosticsListener... newDiagnosticsListeners)
AbstractConfiguration.deriveAppending(DiagnosticsListener... newDiagnosticsListeners)
static DiagnosticsListenerProvider[]
DefaultDiagnosticsListenerProvider.providers(DiagnosticsListener... listeners)
Convenience method to construct an array ofDefaultDiagnosticsListenerProvider
from an array ofDiagnosticsListener
instances.AbstractConfiguration.set(DiagnosticsListener... newDiagnosticsListeners)
AbstractConfiguration.setAppending(DiagnosticsListener... newDiagnosticsListeners)
void
DefaultConfiguration.setDiagnosticsListener(DiagnosticsListener... newDiagnosticsListener)
Constructors in org.jooq.impl with parameters of type DiagnosticsListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.