Package jslx.dbutilities.jsldbsrc
Class Keys
- java.lang.Object
-
- jslx.dbutilities.jsldbsrc.Keys
-
public class Keys extends java.lang.Object
A class modelling foreign key relationships and constraints of tables in JSL_DB.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Keys()
-
-
-
Field Detail
-
SQL0000000095_736A8145_0179_91C9_A2FA_00000F317028
public static final org.jooq.UniqueKey<AcrossRepStatRecord> SQL0000000095_736A8145_0179_91C9_A2FA_00000F317028
-
SQL0000000107_06B1817D_0179_91C9_A2FA_00000F317028
public static final org.jooq.UniqueKey<BatchStatRecord> SQL0000000107_06B1817D_0179_91C9_A2FA_00000F317028
-
ME_NAME_UNIQUE
public static final org.jooq.UniqueKey<ModelElementRecord> ME_NAME_UNIQUE
-
ME_PRIM_KY
public static final org.jooq.UniqueKey<ModelElementRecord> ME_PRIM_KY
-
SQL0000000081_7FA040FF_0179_91C9_A2FA_00000F317028
public static final org.jooq.UniqueKey<SimulationRunRecord> SQL0000000081_7FA040FF_0179_91C9_A2FA_00000F317028
-
SR_NAME_EXP_UNIQUE
public static final org.jooq.UniqueKey<SimulationRunRecord> SR_NAME_EXP_UNIQUE
-
SQL0000000102_C5044162_0179_91C9_A2FA_00000F317028
public static final org.jooq.UniqueKey<WithinRepCounterStatRecord> SQL0000000102_C5044162_0179_91C9_A2FA_00000F317028
-
WRCS_UNIQUE_ELEMENT_SIMRUN_REPNUM
public static final org.jooq.UniqueKey<WithinRepCounterStatRecord> WRCS_UNIQUE_ELEMENT_SIMRUN_REPNUM
-
SQL0000000089_62A30128_0179_91C9_A2FA_00000F317028
public static final org.jooq.UniqueKey<WithinRepStatRecord> SQL0000000089_62A30128_0179_91C9_A2FA_00000F317028
-
WRS_UNIQUE_ELEMENT_SIMRUN_REPNUM
public static final org.jooq.UniqueKey<WithinRepStatRecord> WRS_UNIQUE_ELEMENT_SIMRUN_REPNUM
-
ARS_MODEL_ELEMENT_FK
public static final org.jooq.ForeignKey<AcrossRepStatRecord,ModelElementRecord> ARS_MODEL_ELEMENT_FK
-
ARS_SIMRUN_FK
public static final org.jooq.ForeignKey<AcrossRepStatRecord,SimulationRunRecord> ARS_SIMRUN_FK
-
BS_MODEL_ELEMENT_FK
public static final org.jooq.ForeignKey<BatchStatRecord,ModelElementRecord> BS_MODEL_ELEMENT_FK
-
BS_SIMRUN_FK
public static final org.jooq.ForeignKey<BatchStatRecord,SimulationRunRecord> BS_SIMRUN_FK
-
ME_SIMRUN_FK
public static final org.jooq.ForeignKey<ModelElementRecord,SimulationRunRecord> ME_SIMRUN_FK
-
WRCS_MODEL_ELEMENT_FK
public static final org.jooq.ForeignKey<WithinRepCounterStatRecord,ModelElementRecord> WRCS_MODEL_ELEMENT_FK
-
WRCS_SIMRUN_FK
public static final org.jooq.ForeignKey<WithinRepCounterStatRecord,SimulationRunRecord> WRCS_SIMRUN_FK
-
WRS_MODEL_ELEMENT_FK
public static final org.jooq.ForeignKey<WithinRepStatRecord,ModelElementRecord> WRS_MODEL_ELEMENT_FK
-
WRS_SIMRUN_FK
public static final org.jooq.ForeignKey<WithinRepStatRecord,SimulationRunRecord> WRS_SIMRUN_FK
-
-