- java.lang.Object
-
- org.jooq.meta.h2.information_schema.Keys
-
public class Keys extends Object
A class modelling foreign key relationships and constraints of tables in INFORMATION_SCHEMA.
-
-
Field Summary
Fields Modifier and Type Field Description static ForeignKey<Record,Record>REFERENCED_CONSTRAINTstatic ForeignKey<Record,Record>REFERENCING_CONSTRAINTstatic UniqueKey<Record>SYNTHETIC_PK_CONSTRAINTSstatic UniqueKey<Record>SYNTHETIC_PK_DOMAINSstatic UniqueKey<Record>SYNTHETIC_PK_SCHEMATAstatic UniqueKey<Record>SYNTHETIC_PK_SEQUENCESstatic UniqueKey<Record>SYNTHETIC_PK_TABLESstatic UniqueKey<Record>UNIQUE_INDEX_NAME
-
Constructor Summary
Constructors Constructor Description Keys()
-
-
-
Field Detail
-
REFERENCED_CONSTRAINT
public static final ForeignKey<Record,Record> REFERENCED_CONSTRAINT
-
REFERENCING_CONSTRAINT
public static final ForeignKey<Record,Record> REFERENCING_CONSTRAINT
-
-