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 |
---|---|
DiagnosticsListenerProvider[] |
Configuration.diagnosticsListenerProviders()
Get the configured
DiagnosticsListenerProvider s from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)
Create a derived configuration from this one, with new diagnostics
listener providers.
|
Configuration |
Configuration.set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders)
Change this configuration to hold a new diagnostics listener providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDiagnosticsListenerProvider
A default implementation for
DiagnosticsListenerProvider . |
Modifier and Type | Method and Description |
---|---|
DiagnosticsListenerProvider[] |
DefaultConfiguration.diagnosticsListenerProviders() |
static DiagnosticsListenerProvider[] |
DefaultDiagnosticsListenerProvider.providers(DiagnosticsListener... listeners)
Convenience method to construct an array of
DefaultDiagnosticsListenerProvider from an array of
DiagnosticsListener instances. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) |
Configuration |
DefaultConfiguration.set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) |
void |
DefaultConfiguration.setDiagnosticsListenerProvider(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) |
Modifier and Type | Method and Description |
---|---|
DiagnosticsListenerProvider[] |
MockConfiguration.diagnosticsListenerProviders() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) |
Configuration |
MockConfiguration.set(DiagnosticsListenerProvider... newDiagnosticsListenerProviders) |
Copyright © 2019. All rights reserved.