Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Index> |
InformationSchema.indexes |
Modifier and Type | Method and Description |
---|---|
Index |
ObjectFactory.createIndex()
Create an instance of
Index |
Index |
Index.withComment(String value) |
Index |
Index.withIndexCatalog(String value) |
Index |
Index.withIndexName(String value) |
Index |
Index.withIndexSchema(String value) |
Index |
Index.withIsUnique(Boolean value) |
Index |
Index.withTableCatalog(String value) |
Index |
Index.withTableName(String value) |
Index |
Index.withTableSchema(String value) |
Modifier and Type | Method and Description |
---|---|
List<Index> |
InformationSchema.getIndexes() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withIndexes(Index... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setIndexes(List<Index> indexes) |
InformationSchema |
InformationSchema.withIndexes(Collection<Index> values) |
InformationSchema |
InformationSchema.withIndexes(List<Index> indexes) |
Copyright © 2019. All rights reserved.