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