Uses of Interface
org.jooq.DiagnosticsListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of DiagnosticsListener in org.jooq
Modifier and TypeMethodDescription@NotNull DiagnosticsListener
DiagnosticsListenerProvider.provide()
Provide anDiagnosticsListener
instance.Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.class
A default implementation of aDiagnosticsListener
that logs diagnostics.Modifier and TypeMethodDescriptionfinal DiagnosticsListener
DefaultDiagnosticsListenerProvider.provide()
Modifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(DiagnosticsListener... newDiagnosticsListeners) final Configuration
AbstractConfiguration.deriveAppending
(DiagnosticsListener... newDiagnosticsListeners) static DiagnosticsListenerProvider[]
DefaultDiagnosticsListenerProvider.providers
(DiagnosticsListener... listeners) Convenience method to construct an array ofDefaultDiagnosticsListenerProvider
from an array ofDiagnosticsListener
instances.final Configuration
AbstractConfiguration.set
(DiagnosticsListener... newDiagnosticsListeners) final Configuration
AbstractConfiguration.setAppending
(DiagnosticsListener... newDiagnosticsListeners) final void
DefaultConfiguration.setDiagnosticsListener
(DiagnosticsListener... newDiagnosticsListener) ModifierConstructorDescriptionCreate a new provider instance from an argument listener.