Uses of Class
org.jooq.util.xml.jaxb.CheckConstraint
Packages that use CheckConstraint
-
Uses of CheckConstraint in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type CheckConstraintModifier and TypeFieldDescriptionprotected List<CheckConstraint>
InformationSchema.checkConstraints
Methods in org.jooq.util.xml.jaxb that return CheckConstraintModifier and TypeMethodDescriptionObjectFactory.createCheckConstraint()
Create an instance ofCheckConstraint
CheckConstraint.withCheckClause
(String value) CheckConstraint.withConstraintCatalog
(String value) CheckConstraint.withConstraintName
(String value) CheckConstraint.withConstraintSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type CheckConstraintMethods in org.jooq.util.xml.jaxb with parameters of type CheckConstraintModifier and TypeMethodDescriptionInformationSchema.withCheckConstraints
(CheckConstraint... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type CheckConstraintModifier and TypeMethodDescriptionvoid
InformationSchema.setCheckConstraints
(List<CheckConstraint> checkConstraints) InformationSchema.withCheckConstraints
(Collection<CheckConstraint> values) InformationSchema.withCheckConstraints
(List<CheckConstraint> checkConstraints)