Uses of Class
org.jooq.meta.h2.information_schema.tables.Constraints
-
Packages that use Constraints Package Description org.jooq.meta.h2.information_schema org.jooq.meta.h2.information_schema.tables -
-
Uses of Constraints in org.jooq.meta.h2.information_schema
Fields in org.jooq.meta.h2.information_schema declared as Constraints Modifier and Type Field Description ConstraintsInformationSchema. CONSTRAINTSThe tableINFORMATION_SCHEMA.CONSTRAINTS.static ConstraintsTables. CONSTRAINTSThe tableINFORMATION_SCHEMA.CONSTRAINTS. -
Uses of Constraints in org.jooq.meta.h2.information_schema.tables
Fields in org.jooq.meta.h2.information_schema.tables declared as Constraints Modifier and Type Field Description static ConstraintsConstraints. CONSTRAINTSThe reference instance ofINFORMATION_SCHEMA.CONSTRAINTSMethods in org.jooq.meta.h2.information_schema.tables that return Constraints Modifier and Type Method Description ConstraintsConstraints. as(String alias)ConstraintsConstraints. as(Name alias)ConstraintsCrossReferences. referencedConstraint()ConstraintsCrossReferences. referencingConstraint()ConstraintsConstraints. rename(String name)Rename this tableConstraintsConstraints. rename(Name name)Rename this table
-