Uses of Class
it.quizzy.generated.tables.Partite
Packages that use Partite
-
Uses of Partite in it.quizzy.generated
Fields in it.quizzy.generated declared as Partite -
Uses of Partite in it.quizzy.generated.tables
Subclasses of Partite in it.quizzy.generated.tablesModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in it.quizzy.generated.tables declared as PartiteModifier and TypeFieldDescriptionstatic final PartitePartite.PARTITEThe reference instance ofpartiteMethods in it.quizzy.generated.tables that return PartiteModifier and TypeMethodDescriptionPartite.as(org.jooq.Name alias) Partite.as(org.jooq.Table<?> alias) Rename this tablePartite.rename(org.jooq.Name name) Rename this tablePartite.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 tablePartite.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tablePartite.where(org.jooq.Condition condition) Create an inline derived table from this tablePartite.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tablePartite.where(org.jooq.SQL condition) Create an inline derived table from this tablePartite.whereExists(org.jooq.Select<?> select) Create an inline derived table from this tablePartite.whereNotExists(org.jooq.Select<?> select) Create an inline derived table from this table