| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setConfiguredSchemata(List<SchemaMappingType> schemata) |
void |
Database.setConfiguredSchemata(List<SchemaMappingType> schemata)
The input and output schemata.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SchemaMappingType> |
CatalogMappingType.schemata |
protected List<SchemaMappingType> |
Database.schemata |
| Modifier and Type | Method and Description |
|---|---|
SchemaMappingType |
ObjectFactory.createSchemaMappingType()
Create an instance of
SchemaMappingType |
SchemaMappingType |
SchemaMappingType.withInputSchema(String value)
See also
Database.getInputSchema() |
SchemaMappingType |
SchemaMappingType.withOutputSchema(String value)
See also
Database.getOutputSchema() |
SchemaMappingType |
SchemaMappingType.withOutputSchemaToDefault(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaMappingType> |
CatalogMappingType.getSchemata() |
List<SchemaMappingType> |
Database.getSchemata() |
| Modifier and Type | Method and Description |
|---|---|
CatalogMappingType |
CatalogMappingType.withSchemata(SchemaMappingType... values) |
Database |
Database.withSchemata(SchemaMappingType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogMappingType.setSchemata(List<SchemaMappingType> schemata) |
void |
Database.setSchemata(List<SchemaMappingType> schemata) |
CatalogMappingType |
CatalogMappingType.withSchemata(Collection<SchemaMappingType> values) |
Database |
Database.withSchemata(Collection<SchemaMappingType> values) |
CatalogMappingType |
CatalogMappingType.withSchemata(List<SchemaMappingType> schemata) |
Database |
Database.withSchemata(List<SchemaMappingType> schemata) |
Copyright © 2021. All rights reserved.