Uses of Interface
org.jooq.RecordQualifier
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of RecordQualifier in org.jooq
Modifier 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. -
Uses of RecordQualifier in org.jooq.impl
Modifier 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>
Modifier 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