Uses of Class
org.jooq.util.xml.jaxb.CheckConstraint
-
Packages that use CheckConstraint Package Description org.jooq.util.xml.jaxb -
-
Uses of CheckConstraint in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type CheckConstraint Modifier and Type Field Description protected List<CheckConstraint>
InformationSchema. checkConstraints
Methods in org.jooq.util.xml.jaxb that return CheckConstraint Modifier and Type Method Description CheckConstraint
ObjectFactory. createCheckConstraint()
Create an instance ofCheckConstraint
CheckConstraint
CheckConstraint. withCheckClause(String value)
CheckConstraint
CheckConstraint. withConstraintCatalog(String value)
CheckConstraint
CheckConstraint. withConstraintName(String value)
CheckConstraint
CheckConstraint. withConstraintSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type CheckConstraint Modifier and Type Method Description List<CheckConstraint>
InformationSchema. getCheckConstraints()
Methods in org.jooq.util.xml.jaxb with parameters of type CheckConstraint Modifier and Type Method Description InformationSchema
InformationSchema. withCheckConstraints(CheckConstraint... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type CheckConstraint Modifier and Type Method Description void
InformationSchema. setCheckConstraints(List<CheckConstraint> checkConstraints)
InformationSchema
InformationSchema. withCheckConstraints(Collection<CheckConstraint> values)
InformationSchema
InformationSchema. withCheckConstraints(List<CheckConstraint> checkConstraints)
-