Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<TableConstraint> |
InformationSchema.tableConstraints |
Modifier and Type | Method and Description |
---|---|
TableConstraint |
ObjectFactory.createTableConstraint()
Create an instance of
TableConstraint |
TableConstraint |
TableConstraint.withConstraintCatalog(String value) |
TableConstraint |
TableConstraint.withConstraintName(String value) |
TableConstraint |
TableConstraint.withConstraintSchema(String value) |
TableConstraint |
TableConstraint.withConstraintType(TableConstraintType value) |
TableConstraint |
TableConstraint.withTableCatalog(String value) |
TableConstraint |
TableConstraint.withTableName(String value) |
TableConstraint |
TableConstraint.withTableSchema(String value) |
Modifier and Type | Method and Description |
---|---|
List<TableConstraint> |
InformationSchema.getTableConstraints() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withTableConstraints(TableConstraint... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setTableConstraints(List<TableConstraint> tableConstraints) |
InformationSchema |
InformationSchema.withTableConstraints(Collection<TableConstraint> values) |
InformationSchema |
InformationSchema.withTableConstraints(List<TableConstraint> tableConstraints) |
Copyright © 2017. All Rights Reserved.