Uses of Class
org.jooq.util.xml.jaxb.TableConstraint
-
Packages that use TableConstraint Package Description org.jooq.util.xml.jaxb -
-
Uses of TableConstraint in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type TableConstraint Modifier and Type Field Description protected List<TableConstraint>
InformationSchema. tableConstraints
Methods in org.jooq.util.xml.jaxb that return TableConstraint Modifier and Type Method Description TableConstraint
ObjectFactory. createTableConstraint()
Create an instance ofTableConstraint
TableConstraint
TableConstraint. withComment(String value)
TableConstraint
TableConstraint. withConstraintCatalog(String value)
TableConstraint
TableConstraint. withConstraintName(String value)
TableConstraint
TableConstraint. withConstraintSchema(String value)
TableConstraint
TableConstraint. withConstraintType(TableConstraintType value)
TableConstraint
TableConstraint. withEnforced(Boolean value)
TableConstraint
TableConstraint. withTableCatalog(String value)
TableConstraint
TableConstraint. withTableName(String value)
TableConstraint
TableConstraint. withTableSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type TableConstraint Modifier and Type Method Description List<TableConstraint>
InformationSchema. getTableConstraints()
Methods in org.jooq.util.xml.jaxb with parameters of type TableConstraint Modifier and Type Method Description InformationSchema
InformationSchema. withTableConstraints(TableConstraint... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type TableConstraint Modifier and Type Method Description void
InformationSchema. setTableConstraints(List<TableConstraint> tableConstraints)
InformationSchema
InformationSchema. withTableConstraints(Collection<TableConstraint> values)
InformationSchema
InformationSchema. withTableConstraints(List<TableConstraint> tableConstraints)
-