Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Table> |
InformationSchema.tables |
Modifier and Type | Method and Description |
---|---|
Table |
ObjectFactory.createTable()
Create an instance of
Table |
Table |
Table.withTableCatalog(String value) |
Table |
Table.withTableName(String value) |
Table |
Table.withTableSchema(String value) |
Modifier and Type | Method and Description |
---|---|
List<Table> |
InformationSchema.getTables() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withTables(Table... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setTables(List<Table> tables) |
InformationSchema |
InformationSchema.withTables(Collection<Table> values) |
InformationSchema |
InformationSchema.withTables(List<Table> tables) |
Copyright © 2017. All Rights Reserved.