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 configuredDiagnosticsListenerProviders from this configuration.Methods in org.jooq with parameters of type DiagnosticsListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Create a derived configuration from this one, with new diagnostics listener providers.@NotNull ConfigurationConfiguration.deriveAppending(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Create a derived configuration from this one, with appended diagnostics listener providers.@NotNull ConfigurationConfiguration.set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) Change this configuration to hold new diagnostics listener providers.@NotNull ConfigurationConfiguration.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 ofDefaultDiagnosticsListenerProviderfrom an array ofDiagnosticsListenerinstances.Methods in org.jooq.impl with parameters of type DiagnosticsListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final ConfigurationDefaultConfiguration.set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final ConfigurationAbstractConfiguration.setAppending(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) final voidDefaultConfiguration.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)