Uses of Class
it.quizzy.generated.tables.Domande
Packages that use Domande
-
Uses of Domande in it.quizzy.generated
Fields in it.quizzy.generated declared as Domande -
Uses of Domande in it.quizzy.generated.tables
Subclasses of Domande in it.quizzy.generated.tablesModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in it.quizzy.generated.tables declared as DomandeModifier and TypeFieldDescriptionstatic final DomandeDomande.DOMANDEThe reference instance ofdomandeMethods in it.quizzy.generated.tables that return DomandeModifier and TypeMethodDescriptionDomande.as(org.jooq.Name alias) Domande.as(org.jooq.Table<?> alias) Rename this tableDomande.rename(org.jooq.Name name) Rename this tableDomande.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableDomande.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableDomande.where(org.jooq.Condition condition) Create an inline derived table from this tableDomande.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableDomande.where(org.jooq.SQL condition) Create an inline derived table from this tableDomande.whereExists(org.jooq.Select<?> select) Create an inline derived table from this tableDomande.whereNotExists(org.jooq.Select<?> select) Create an inline derived table from this table