Class Keys

java.lang.Object
org.jooq.generated.Keys

public class Keys extends Object
A class modelling foreign key relationships and constraints of tables of the schema.
  • Field Details

    • PK_FILES

      public static final org.jooq.UniqueKey<FilesRecord> PK_FILES
    • PK_PARTITIONS

      public static final org.jooq.UniqueKey<PartitionsRecord> PK_PARTITIONS
    • PK_ROW_GROUPS

      public static final org.jooq.UniqueKey<RowGroupsRecord> PK_ROW_GROUPS
    • PK_SEGMENTS

      public static final org.jooq.UniqueKey<SegmentsRecord> PK_SEGMENTS
    • PK_TABLES

      public static final org.jooq.UniqueKey<TablesRecord> PK_TABLES
  • Constructor Details

    • Keys

      public Keys()