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