Uses of Interface
org.jooq.RecordQualifier
Packages that use RecordQualifier
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of RecordQualifier in org.jooq
Subinterfaces of RecordQualifier in org.jooqModifier and TypeInterfaceDescriptioninterface
CommonTableExpression<R extends Record>
A common table expression.interface
A step in the construction of anJSON_TABLE
expression.interface
A step in the construction of anJSON_TABLE
expression.interface
A table.interface
TableOnConditionStep<R extends Record>
An intermediate (optional) type for the construction of aJOIN
clause, where the join criteria is added using anON
clause (with aCondition
.interface
TableOptionalOnStep<R extends Record>
interface
UDT definition.interface
A step in the construction of anXMLTABLE
expression.interface
A step in the construction of anXMLTABLE
expression.Methods in org.jooq that return RecordQualifier -
Uses of RecordQualifier in org.jooq.impl
Subinterfaces of RecordQualifier in org.jooq.implModifier and TypeInterfaceDescriptionstatic interface
QOM.DataChangeDeltaTable<R extends Record>
static interface
QOM.DerivedTable<R extends Record>
static interface
static interface
static interface
QOM.Lateral<R extends Record>
static interface
QOM.LinkedTable<R extends Record>
static interface
static interface
QOM.TableAlias<R extends Record>
static interface
QOM.Values<R extends Record>
Classes in org.jooq.impl that implement RecordQualifierModifier and TypeClassDescriptionclass
CustomTable<R extends TableRecord<R>>
A base class for customTable
implementations in client code.class
A common base type for tablesclass
A common base type for UDT's