Uses of Interface
org.jooq.DiagnosticsListenerProvider
Packages that use DiagnosticsListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of DiagnosticsListenerProvider in org.jooq
Methods in org.jooq that return DiagnosticsListenerProviderModifier and TypeMethodDescription@NotNull DiagnosticsListenerProvider @NotNull []
Configuration.diagnosticsListenerProviders()
Get the configuredDiagnosticsListenerProvider
s from this configuration.Methods in org.jooq with parameters of type DiagnosticsListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Create a derived configuration from this one, with new diagnostics listener providers.@NotNull Configuration
Configuration.deriveAppending
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Create a derived configuration from this one, with appended diagnostics listener providers.@NotNull Configuration
Configuration.set
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Change this configuration to hold new diagnostics listener providers.@NotNull Configuration
Configuration.setAppending
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Change this configuration by appending new diagnostics listener providers. -
Uses of DiagnosticsListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement DiagnosticsListenerProviderMethods in org.jooq.impl that return DiagnosticsListenerProviderModifier and TypeMethodDescriptionfinal DiagnosticsListenerProvider[]
DefaultConfiguration.diagnosticsListenerProviders()
static DiagnosticsListenerProvider[]
DefaultDiagnosticsListenerProvider.providers
(DiagnosticsListener... listeners) Convenience method to construct an array ofDefaultDiagnosticsListenerProvider
from an array ofDiagnosticsListener
instances.Methods in org.jooq.impl with parameters of type DiagnosticsListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final Configuration
DefaultConfiguration.set
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final Configuration
AbstractConfiguration.setAppending
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final void
DefaultConfiguration.setDiagnosticsListenerProvider
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) -
Uses of DiagnosticsListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return DiagnosticsListenerProviderMethods in org.jooq.tools.jdbc with parameters of type DiagnosticsListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) MockConfiguration.set
(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)