Uses of Class
org.jooq.util.xml.jaxb.TableConstraint
-
Uses of TableConstraint in org.jooq.util.xml.jaxb
Modifier and TypeFieldDescriptionprotected List<TableConstraint>
InformationSchema.tableConstraints
Modifier and TypeMethodDescriptionObjectFactory.createTableConstraint()
Create an instance ofTableConstraint
TableConstraint.withComment
(String value) TableConstraint.withConstraintCatalog
(String value) TableConstraint.withConstraintName
(String value) TableConstraint.withConstraintSchema
(String value) TableConstraint.withConstraintType
(TableConstraintType value) TableConstraint.withEnforced
(Boolean value) TableConstraint.withTableCatalog
(String value) TableConstraint.withTableName
(String value) TableConstraint.withTableSchema
(String value) Modifier and TypeMethodDescriptionInformationSchema.withTableConstraints
(TableConstraint... values) Modifier and TypeMethodDescriptionvoid
InformationSchema.setTableConstraints
(List<TableConstraint> tableConstraints) InformationSchema.withTableConstraints
(Collection<TableConstraint> values) InformationSchema.withTableConstraints
(List<TableConstraint> tableConstraints)