Interface SequenceForeignKeys
- All Known Implementing Classes:
KeyRegistry
public interface SequenceForeignKeys
Key definitions for the SequenceForeign component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SequenceChecksumTypeDescriptions, Languages> static final org.jooq.ForeignKey<SequenceChecksumTypeDescriptions, SequenceChecksumTypes> static final org.jooq.ForeignKey<SequenceDescriptions, Languages> static final org.jooq.ForeignKey<SequenceDescriptions, Sequences> static final org.jooq.ForeignKey<SequenceDetails, Sequences> static final org.jooq.ForeignKey<SequenceDetails, SequenceTypes> static final org.jooq.ForeignKey<SequenceEncoderTypeDescriptions, Languages> static final org.jooq.ForeignKey<SequenceEncoderTypeDescriptions, SequenceEncoderTypes> static final org.jooq.ForeignKey<SequenceTypeDescriptions, Languages> static final org.jooq.ForeignKey<SequenceTypeDescriptions, SequenceTypes> static final org.jooq.ForeignKey<SequenceTypeDetails, SequenceChecksumTypes> static final org.jooq.ForeignKey<SequenceTypeDetails, SequenceEncoderTypes> static final org.jooq.ForeignKey<SequenceTypeDetails, SequenceTypes> static final org.jooq.ForeignKey<SequenceTypes, SequenceTypeDetails> static final org.jooq.ForeignKey<SequenceTypes, SequenceTypeDetails> static final org.jooq.ForeignKey<SequenceValues, Sequences> static final org.jooq.ForeignKey<Sequences, SequenceDetails> static final org.jooq.ForeignKey<Sequences, SequenceDetails>
-
Field Details
-
SEQUENCE_CHECKSUM_TYPE_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<SequenceChecksumTypeDescriptions,Languages> SEQUENCE_CHECKSUM_TYPE_DESCRIPTIONS_LANGUAGE_FK -
SEQUENCE_CHECKSUM_TYPE_DESCRIPTIONS_SEQUENCE_CHECKSUM_TYPE_FK
static final org.jooq.ForeignKey<SequenceChecksumTypeDescriptions,SequenceChecksumTypes> SEQUENCE_CHECKSUM_TYPE_DESCRIPTIONS_SEQUENCE_CHECKSUM_TYPE_FK -
SEQUENCE_DESCRIPTIONS_LANGUAGE_FK
-
SEQUENCE_DESCRIPTIONS_SEQUENCE_FK
-
SEQUENCE_DETAILS_SEQUENCE_FK
-
SEQUENCE_DETAILS_SEQUENCE_TYPE_FK
-
SEQUENCE_ENCODER_TYPE_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<SequenceEncoderTypeDescriptions,Languages> SEQUENCE_ENCODER_TYPE_DESCRIPTIONS_LANGUAGE_FK -
SEQUENCE_ENCODER_TYPE_DESCRIPTIONS_SEQUENCE_ENCODER_TYPE_FK
static final org.jooq.ForeignKey<SequenceEncoderTypeDescriptions,SequenceEncoderTypes> SEQUENCE_ENCODER_TYPE_DESCRIPTIONS_SEQUENCE_ENCODER_TYPE_FK -
SEQUENCES_ACTIVE_DETAIL_FK
-
SEQUENCES_LAST_DETAIL_FK
-
SEQUENCE_TYPE_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<SequenceTypeDescriptions,Languages> SEQUENCE_TYPE_DESCRIPTIONS_LANGUAGE_FK -
SEQUENCE_TYPE_DESCRIPTIONS_SEQUENCE_TYPE_FK
static final org.jooq.ForeignKey<SequenceTypeDescriptions,SequenceTypes> SEQUENCE_TYPE_DESCRIPTIONS_SEQUENCE_TYPE_FK -
SEQUENCE_TYPE_DETAILS_SEQUENCE_CHECKSUM_TYPE_FK
static final org.jooq.ForeignKey<SequenceTypeDetails,SequenceChecksumTypes> SEQUENCE_TYPE_DETAILS_SEQUENCE_CHECKSUM_TYPE_FK -
SEQUENCE_TYPE_DETAILS_SEQUENCE_ENCODER_TYPE_FK
static final org.jooq.ForeignKey<SequenceTypeDetails,SequenceEncoderTypes> SEQUENCE_TYPE_DETAILS_SEQUENCE_ENCODER_TYPE_FK -
SEQUENCE_TYPE_DETAILS_SEQUENCE_TYPE_FK
static final org.jooq.ForeignKey<SequenceTypeDetails,SequenceTypes> SEQUENCE_TYPE_DETAILS_SEQUENCE_TYPE_FK -
SEQUENCE_TYPES_ACTIVE_DETAIL_FK
-
SEQUENCE_TYPES_LAST_DETAIL_FK
-
SEQUENCE_VALUES_SEQUENCE_FK
-