Uses of Class
org.jooq.util.xml.jaxb.TableConstraint
Packages that use TableConstraint
-
Uses of TableConstraint in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type TableConstraintModifier and TypeFieldDescriptionprotected List<TableConstraint>
InformationSchema.tableConstraints
Methods in org.jooq.util.xml.jaxb that return TableConstraintModifier 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) Methods in org.jooq.util.xml.jaxb that return types with arguments of type TableConstraintMethods in org.jooq.util.xml.jaxb with parameters of type TableConstraintModifier and TypeMethodDescriptionInformationSchema.withTableConstraints
(TableConstraint... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type TableConstraintModifier and TypeMethodDescriptionvoid
InformationSchema.setTableConstraints
(List<TableConstraint> tableConstraints) InformationSchema.withTableConstraints
(Collection<TableConstraint> values) InformationSchema.withTableConstraints
(List<TableConstraint> tableConstraints)