Class Keys
java.lang.Object
org.strassburger.subscriptionmanager.jooq.Keys
A class modelling foreign key relationships and constraints of tables in the
default schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<FlywaySchemaHistoryRecord> static final org.jooq.UniqueKey<ProfilesRecord> static final org.jooq.ForeignKey<SubscriptionsRecord, ProfilesRecord> static final org.jooq.UniqueKey<SubscriptionsRecord> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FLYWAY_SCHEMA_HISTORY__PK_FLYWAY_SCHEMA_HISTORY
public static final org.jooq.UniqueKey<FlywaySchemaHistoryRecord> FLYWAY_SCHEMA_HISTORY__PK_FLYWAY_SCHEMA_HISTORY -
PROFILES__PK_PROFILES
-
SUBSCRIPTIONS__PK_SUBSCRIPTIONS
-
SUBSCRIPTIONS__FK_SUBSCRIPTIONS_PK_PROFILES
public static final org.jooq.ForeignKey<SubscriptionsRecord,ProfilesRecord> SUBSCRIPTIONS__FK_SUBSCRIPTIONS_PK_PROFILES
-
-
Constructor Details
-
Keys
public Keys()
-