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
A publicly available default implementation ofDiagnosticsListener
.Modifier 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)
ModifierConstructorDescriptionCreate a new provider instance from an argument listener.