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 |
---|---|
MetaProvider |
Configuration.metaProvider()
Get this configuration's underlying meta provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(MetaProvider newMetaProvider)
Create a derived configuration from this one, with a new meta provider.
|
Configuration |
Configuration.set(MetaProvider newMetaProvider)
Change this configuration to hold a new meta provider.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalogMetaProvider
A
MetaProvider that provides its meta data based on (possibly
generated) catalogs. |
class |
DefaultMetaProvider
A default implementation of the
MetaProvider , which provides meta
data information based on the JDBC DatabaseMetaData API. |
class |
InformationSchemaMetaProvider
A
MetaProvider that provides its meta data based on JAXB-annotated
InformationSchema meta information. |
class |
SchemaMetaProvider
A
MetaProvider that provides its meta data based on (possibly
generated) schemas. |
class |
TableMetaProvider
A
MetaProvider that provides its meta data based on (possibly
generated) schemas. |
Modifier and Type | Method and Description |
---|---|
MetaProvider |
DefaultConfiguration.metaProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(MetaProvider newMetaProvider) |
Configuration |
DefaultConfiguration.set(MetaProvider newMetaProvider) |
void |
DefaultConfiguration.setMetaProvider(MetaProvider newMetaProvider) |
Modifier and Type | Method and Description |
---|---|
MetaProvider |
MockConfiguration.metaProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(MetaProvider newMetaProvider) |
Configuration |
MockConfiguration.set(MetaProvider newMetaProvider) |
Copyright © 2019. All rights reserved.