| Package | Description |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setConfiguredSchemata(List<Schema> schemata)
The input and output schemata
|
void |
AbstractDatabase.setConfiguredSchemata(List<Schema> schemata) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Schema> |
Database.schemata |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ObjectFactory.createSchema()
Create an instance of
Schema |
Schema |
Schema.withInputSchema(String value) |
Schema |
Schema.withOutputSchema(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
Database.getSchemata() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withSchemata(Schema... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setSchemata(List<Schema> schemata) |
Database |
Database.withSchemata(Collection<Schema> values) |
Database |
Database.withSchemata(List<Schema> schemata) |
Copyright © 2013. All Rights Reserved.