Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<KeyColumnUsage> |
InformationSchema.keyColumnUsages |
Modifier and Type | Method and Description |
---|---|
KeyColumnUsage |
ObjectFactory.createKeyColumnUsage()
Create an instance of
KeyColumnUsage |
KeyColumnUsage |
KeyColumnUsage.withColumnName(String value) |
KeyColumnUsage |
KeyColumnUsage.withConstraintCatalog(String value) |
KeyColumnUsage |
KeyColumnUsage.withConstraintName(String value) |
KeyColumnUsage |
KeyColumnUsage.withConstraintSchema(String value) |
KeyColumnUsage |
KeyColumnUsage.withOrdinalPosition(int value) |
KeyColumnUsage |
KeyColumnUsage.withTableCatalog(String value) |
KeyColumnUsage |
KeyColumnUsage.withTableName(String value) |
KeyColumnUsage |
KeyColumnUsage.withTableSchema(String value) |
Modifier and Type | Method and Description |
---|---|
List<KeyColumnUsage> |
InformationSchema.getKeyColumnUsages() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withKeyColumnUsages(KeyColumnUsage... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages) |
InformationSchema |
InformationSchema.withKeyColumnUsages(Collection<KeyColumnUsage> values) |
InformationSchema |
InformationSchema.withKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages) |
Copyright © 2017. All Rights Reserved.