Uses of Interface
org.jooq.DiagnosticsListenerProvider
-
Packages that use DiagnosticsListenerProvider Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of DiagnosticsListenerProvider in org.jooq
Methods in org.jooq that return DiagnosticsListenerProvider Modifier and Type Method Description DiagnosticsListenerProvider[]Configuration. diagnosticsListenerProviders()Get the configuredDiagnosticsListenerProviders from this configuration.Methods in org.jooq with parameters of type DiagnosticsListenerProvider Modifier and Type Method Description ConfigurationConfiguration. derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)Create a derived configuration from this one, with new diagnostics listener providers.ConfigurationConfiguration. set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)Change this configuration to hold new diagnostics listener providers. -
Uses of DiagnosticsListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement DiagnosticsListenerProvider Modifier and Type Class Description classDefaultDiagnosticsListenerProviderA default implementation forDiagnosticsListenerProvider.Methods in org.jooq.impl that return DiagnosticsListenerProvider Modifier and Type Method Description 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 DiagnosticsListenerProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)ConfigurationDefaultConfiguration. set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)voidDefaultConfiguration. setDiagnosticsListenerProvider(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) -
Uses of DiagnosticsListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return DiagnosticsListenerProvider Modifier and Type Method Description DiagnosticsListenerProvider[]MockConfiguration. diagnosticsListenerProviders()Methods in org.jooq.tools.jdbc with parameters of type DiagnosticsListenerProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)ConfigurationMockConfiguration. set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)
-