| Package | Description |
|---|---|
| org.jooq.util.xml.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<Schema> |
InformationSchema.schemata |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ObjectFactory.createSchema()
Create an instance of
Schema |
Schema |
Schema.withCatalogName(String value) |
Schema |
Schema.withComment(String value) |
Schema |
Schema.withSchemaName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
InformationSchema.getSchemata() |
| Modifier and Type | Method and Description |
|---|---|
InformationSchema |
InformationSchema.withSchemata(Schema... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
InformationSchema.setSchemata(List<Schema> schemata) |
InformationSchema |
InformationSchema.withSchemata(Collection<Schema> values) |
InformationSchema |
InformationSchema.withSchemata(List<Schema> schemata) |
Copyright © 2019. All rights reserved.