Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.tools.jdbc |
The
org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1. |
Modifier and Type | Method and Description |
---|---|
DiagnosticsListener |
DiagnosticsListenerProvider.provide()
Provide an
DiagnosticsListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(DiagnosticsListener... newDiagnosticsListeners)
Create a derived configuration from this one, with new diagnostics
listeners.
|
Configuration |
Configuration.set(DiagnosticsListener... newDiagnosticsListeners)
Change this configuration to hold a new diagnostics listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDiagnosticsListener
A publicly available default implementation of
DiagnosticsListener . |
Modifier and Type | Method and Description |
---|---|
DiagnosticsListener |
DefaultDiagnosticsListenerProvider.provide()
Provide an
DiagnosticsListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(DiagnosticsListener... newDiagnosticsListeners) |
static DiagnosticsListenerProvider[] |
DefaultDiagnosticsListenerProvider.providers(DiagnosticsListener... listeners)
Convenience method to construct an array of
DefaultDiagnosticsListenerProvider from an array of
DiagnosticsListener instances. |
Configuration |
DefaultConfiguration.set(DiagnosticsListener... newDiagnosticsListeners) |
void |
DefaultConfiguration.setDiagnosticsListener(DiagnosticsListener... newDiagnosticsListener) |
Constructor and Description |
---|
DefaultDiagnosticsListenerProvider(DiagnosticsListener listener)
Create a new provider instance from an argument listener.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(DiagnosticsListener... newDiagnosticsListeners) |
Configuration |
MockConfiguration.set(DiagnosticsListener... newDiagnosticsListeners) |
Copyright © 2019. All rights reserved.