| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setConfiguredCatalogs(List<Catalog> catalogs)
The input and output catalogs.
|
void |
AbstractDatabase.setConfiguredCatalogs(List<Catalog> catalogs) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Catalog> |
Database.catalogs |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
ObjectFactory.createCatalog()
Create an instance of
Catalog |
Catalog |
Catalog.withInputCatalog(String value) |
Catalog |
Catalog.withOutputCatalog(String value) |
Catalog |
Catalog.withOutputCatalogToDefault(Boolean value) |
Catalog |
Catalog.withSchemata(Collection<Schema> values) |
Catalog |
Catalog.withSchemata(List<Schema> schemata) |
Catalog |
Catalog.withSchemata(Schema... values) |
| Modifier and Type | Method and Description |
|---|---|
List<Catalog> |
Database.getCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withCatalogs(Catalog... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setCatalogs(List<Catalog> catalogs) |
Database |
Database.withCatalogs(Collection<Catalog> values) |
Database |
Database.withCatalogs(List<Catalog> catalogs) |
Copyright © 2019. All rights reserved.