Package it.quizzy.generated
Class Keys
java.lang.Object
it.quizzy.generated.Keys
A class modelling foreign key relationships and constraints of tables in the
default schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<DocentiRecord>static final org.jooq.ForeignKey<DomandeRecord,QuizziesRecord> static final org.jooq.UniqueKey<DomandeRecord>static final org.jooq.ForeignKey<PartiteRecord,DocentiRecord> static final org.jooq.ForeignKey<PartiteRecord,QuizziesRecord> static final org.jooq.UniqueKey<PartiteRecord>static final org.jooq.UniqueKey<QuizziesRecord>static final org.jooq.ForeignKey<QuizziesRecord,DocentiRecord> static final org.jooq.UniqueKey<UtentiRecord>static final org.jooq.ForeignKey<UtentiRecord,PartiteRecord> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOCENTI__PK_DOCENTI
-
DOMANDE__PK_DOMANDE
-
PARTITE__PK_PARTITE
-
QUIZZIES__PK_QUIZZIES
-
UTENTI__PK_UTENTI
-
DOMANDE__DOMANDE_QUIZ_FK
-
PARTITE__PARTITE_DOCENTI_FK
-
PARTITE__PARTITE_QUIZ_FK
-
QUIZZIES__QUIZ_DOCENTI_FK
-
UTENTI__UTENTI_PARTITE_FK
-
-
Constructor Details
-
Keys
public Keys()
-