Class Keys

java.lang.Object
cn.vertxup.lbs.domain.Keys

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

    • KEY_L_CITY_CODE

      public static final org.jooq.UniqueKey<LCityRecord> KEY_L_CITY_CODE
    • KEY_L_CITY_PRIMARY

      public static final org.jooq.UniqueKey<LCityRecord> KEY_L_CITY_PRIMARY
    • KEY_L_COUNTRY_CODE

      public static final org.jooq.UniqueKey<LCountryRecord> KEY_L_COUNTRY_CODE
    • KEY_L_COUNTRY_PHONE_PREFIX

      public static final org.jooq.UniqueKey<LCountryRecord> KEY_L_COUNTRY_PHONE_PREFIX
    • KEY_L_COUNTRY_PRIMARY

      public static final org.jooq.UniqueKey<LCountryRecord> KEY_L_COUNTRY_PRIMARY
    • KEY_L_FLOOR_CODE

      public static final org.jooq.UniqueKey<LFloorRecord> KEY_L_FLOOR_CODE
    • KEY_L_FLOOR_PRIMARY

      public static final org.jooq.UniqueKey<LFloorRecord> KEY_L_FLOOR_PRIMARY
    • KEY_L_LOCATION_CODE

      public static final org.jooq.UniqueKey<LLocationRecord> KEY_L_LOCATION_CODE
    • KEY_L_LOCATION_PRIMARY

      public static final org.jooq.UniqueKey<LLocationRecord> KEY_L_LOCATION_PRIMARY
    • KEY_L_REGION_CODE

      public static final org.jooq.UniqueKey<LRegionRecord> KEY_L_REGION_CODE
    • KEY_L_REGION_PRIMARY

      public static final org.jooq.UniqueKey<LRegionRecord> KEY_L_REGION_PRIMARY
    • KEY_L_STATE_CODE

      public static final org.jooq.UniqueKey<LStateRecord> KEY_L_STATE_CODE
    • KEY_L_STATE_PRIMARY

      public static final org.jooq.UniqueKey<LStateRecord> KEY_L_STATE_PRIMARY
    • KEY_L_TENT_CODE

      public static final org.jooq.UniqueKey<LTentRecord> KEY_L_TENT_CODE
    • KEY_L_TENT_PRIMARY

      public static final org.jooq.UniqueKey<LTentRecord> KEY_L_TENT_PRIMARY
    • KEY_L_YARD_CODE

      public static final org.jooq.UniqueKey<LYardRecord> KEY_L_YARD_CODE
    • KEY_L_YARD_PRIMARY

      public static final org.jooq.UniqueKey<LYardRecord> KEY_L_YARD_PRIMARY
  • Constructor Details

    • Keys

      public Keys()