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
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return DiagnosticsListenerModifier and TypeMethodDescriptionfinal DiagnosticsListener
DefaultDiagnosticsListenerProvider.provide()
Methods in org.jooq.impl with parameters of type DiagnosticsListenerModifier 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) Constructors in org.jooq.impl with parameters of type DiagnosticsListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.