Uses of Interface
org.jooq.DiagnosticsListener
-
Packages that use DiagnosticsListener 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 DiagnosticsListener in org.jooq
Methods in org.jooq that return DiagnosticsListener Modifier and Type Method Description DiagnosticsListenerDiagnosticsListenerProvider. provide()Provide anDiagnosticsListenerinstance.Methods in org.jooq with parameters of type DiagnosticsListener Modifier and Type Method Description ConfigurationConfiguration. derive(DiagnosticsListener... newDiagnosticsListeners)Create a derived configuration from this one, with new diagnostics listeners.ConfigurationConfiguration. set(DiagnosticsListener... newDiagnosticsListeners)Change this configuration to hold a new diagnostics listeners. -
Uses of DiagnosticsListener in org.jooq.impl
Classes in org.jooq.impl that implement DiagnosticsListener Modifier and Type Class Description classDefaultDiagnosticsListenerA publicly available default implementation ofDiagnosticsListener.Methods in org.jooq.impl that return DiagnosticsListener Modifier and Type Method Description DiagnosticsListenerDefaultDiagnosticsListenerProvider. provide()Methods in org.jooq.impl with parameters of type DiagnosticsListener Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(DiagnosticsListener... newDiagnosticsListeners)static DiagnosticsListenerProvider[]DefaultDiagnosticsListenerProvider. providers(DiagnosticsListener... listeners)Convenience method to construct an array ofDefaultDiagnosticsListenerProviderfrom an array ofDiagnosticsListenerinstances.ConfigurationDefaultConfiguration. set(DiagnosticsListener... newDiagnosticsListeners)voidDefaultConfiguration. setDiagnosticsListener(DiagnosticsListener... newDiagnosticsListener)Constructors in org.jooq.impl with parameters of type DiagnosticsListener Constructor Description DefaultDiagnosticsListenerProvider(DiagnosticsListener listener)Create a new provider instance from an argument listener. -
Uses of DiagnosticsListener in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc with parameters of type DiagnosticsListener Modifier and Type Method Description ConfigurationMockConfiguration. derive(DiagnosticsListener... newDiagnosticsListeners)ConfigurationMockConfiguration. set(DiagnosticsListener... newDiagnosticsListeners)
-