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