Uses of Class
org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Packages that use TableConstraints Package Description org.jooq.meta.hsqldb.information_schema org.jooq.meta.hsqldb.information_schema.tables -
-
Uses of TableConstraints in org.jooq.meta.hsqldb.information_schema
Fields in org.jooq.meta.hsqldb.information_schema declared as TableConstraints Modifier and Type Field Description TableConstraintsInformationSchema. TABLE_CONSTRAINTSone row for each table constraint associated with a tablestatic TableConstraintsTables. TABLE_CONSTRAINTSone row for each table constraint associated with a table -
Uses of TableConstraints in org.jooq.meta.hsqldb.information_schema.tables
Fields in org.jooq.meta.hsqldb.information_schema.tables declared as TableConstraints Modifier and Type Field Description static TableConstraintsTableConstraints. TABLE_CONSTRAINTSThe reference instance ofINFORMATION_SCHEMA.TABLE_CONSTRAINTSMethods in org.jooq.meta.hsqldb.information_schema.tables that return TableConstraints Modifier and Type Method Description TableConstraintsTableConstraints. as(String alias)TableConstraintsTableConstraints. as(Name alias)TableConstraintsReferentialConstraints. referencedConstraint()TableConstraintsReferentialConstraints. referencingConstraint()TableConstraintsTableConstraints. rename(String name)Rename this tableTableConstraintsTableConstraints. rename(Name name)Rename this tableTableConstraintsCheckConstraints. tableConstraints()TableConstraintsKeyColumnUsage. tableConstraints()
-