Uses of Interface
org.jooq.Qualified
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Qualified in org.jooq
Modifier and TypeInterfaceDescriptioninterface
CommonTableExpression<R extends Record>
A common table expression.interface
Domain<T>
The meta model of a SQLDOMAIN
interface
A step in the construction of anJSON_TABLE
expression.interface
A step in the construction of anJSON_TABLE
expression.interface
A container for stored procedures and functionsinterface
RecordQualifier<R extends Record>
interface
Routine<T>
A routine is a callable object in your RDBMS.interface
A sequence.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 Qualified 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
A common base class for stored proceduresclass
CustomTable<R extends TableRecord<R>>
A base class for customTable
implementations in client code.class
A default implementation for packages (containers of stored procedures and functions)class
SequenceImpl<T extends Number>
A common base class for sequencesclass
A common base type for tablesclass
A common base type for UDT's