Uses of Interface
org.jooq.Named
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Named in org.jooq
Modifier and TypeInterfaceDescriptioninterface
The step in the specification of aggregate functions where the SQL:2003 standardFILTER clause
can be added.interface
An aggregate function.interface
The SQL standardARRAY_AGG()
function.interface
The final step in creating a case statement of the typeinterface
CaseWhenStep<V,T>
The final step in creating a case statement of the typeinterface
A catalog.interface
A check constraint.interface
CommonTableExpression<R extends Record>
A common table expression.interface
A DDL constraint.interface
The step in theConstraint
construction DSL API that allows for addingENFORCED
andNOT ENFORCED
clauses.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
The step in theConstraint
construction DSL API that allows for addingON DELETE
andON UPDATE
clauses.interface
The step in theConstraint
construction DSL API that allows for specifying the constraint type.interface
DataType<T>
A common interface to all dialect-specific data types.interface
Domain<T>
The meta model of a SQLDOMAIN
interface
Field<T>
A column expression.interface
A common base type forField
andConstraint
where DSL API accepts both types alike.interface
ForeignKey<R extends Record,O extends Record>
AForeignKey
is an object referencing aUniqueKey
.interface
MySQL'sGROUP_CONCAT
function.interface
MySQL'sGROUP_CONCAT
function.interface
A DDL index definition.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theNULL
clause can be defined.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theORDER BY
clause can be defined.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theRETURNING
clause can be defined.interface
A step in the construction of theJSON ARRAY
function.interface
A step in the construction of theJSON ARRAY
function.interface
A step in the construction ofDSL.jsonObjectAgg(JSONEntry)
orDSL.jsonbObjectAgg(JSONEntry)
functions where theNULL
clause can be defined.interface
A step in the construction ofDSL.jsonObjectAgg(JSONEntry)
orDSL.jsonbObjectAgg(JSONEntry)
functions where theRETURNING
clause can be defined.interface
A step in the construction of theJSON OBJECT
function.interface
A step in the construction of theJSON OBJECT
function.interface
A step in the construction of anJSON_TABLE
expression.interface
A step in the construction of anJSON_TABLE
expression.interface
A step in the construction ofDSL.jsonValue(Field, Field)
orDSL.jsonbValue(Field, Field)
functions where theON EMPTY
andON ERROR
clauses can be defined.interface
A step in the construction of theJSON VALUE
function.interface
AKey
is an object representing aUNIQUE KEY
, aPRIMARY KEY
, or aFOREIGN KEY
.interface
A label for use in procedural code.interface
A container for stored procedures and functionsinterface
Param<T>
A named parameter and/or bind value.interface
Parameter<T>
A parameter to a stored procedure or function.interface
interface
Period<T>
A period specification for usage in temporal tables.interface
interface
RecordQualifier<R extends Record>
interface
A privilege for use inGRANT
andREVOKE
statements.interface
Routine<T>
A routine is a callable object in your RDBMS.interface
Row1<T1>
A row value expression.interface
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
A row value expression.interface
Row11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
A row value expression.interface
Row12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
A row value expression.interface
Row13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
A row value expression.interface
Row14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>
A row value expression.interface
Row15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
A row value expression.interface
Row16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>
A row value expression.interface
Row17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>
A row value expression.interface
Row18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>
A row value expression.interface
Row19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>
A row value expression.interface
Row2<T1,T2>
A row value expression.interface
Row20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
A row value expression.interface
Row21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>
A row value expression.interface
Row22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>
A row value expression.interface
Row3<T1,T2,T3>
A row value expression.interface
Row4<T1,T2,T3,T4>
A row value expression.interface
Row5<T1,T2,T3,T4,T5>
A row value expression.interface
Row6<T1,T2,T3,T4,T5,T6>
A row value expression.interface
Row7<T1,T2,T3,T4,T5,T6,T7>
A row value expression.interface
Row8<T1,T2,T3,T4,T5,T6,T7,T8>
A row value expression.interface
Row9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
A row value expression.interface
A row value expression.interface
A schema.interface
SelectField<T>
AQueryPart
to be used exclusively inSELECT
clauses.interface
A sequence.interface
A table.interface
TableField<R extends Record,T>
A field contained in 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 field contained in a UDT.interface
AUniqueKey
is an object representing aUNIQUE KEY
or aPRIMARY KEY
.interface
A privilege for use inGRANT
andREVOKE
statements.interface
Variable<T>
A local variable reference.interface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.interface
The SQL standardARRAY_AGG()
function.interface
A step in the construction of anXMLTABLE
expression.interface
A step in the construction of anXMLTABLE
expression. -
Uses of Named in org.jooq.impl
Modifier and TypeClassDescriptionclass
A common base class for stored proceduresclass
An internal marker subtype ofDefaultDataType
, to be used only by built-in data types inSQLDataType
and dialect specific data type classes, such as e.g.class
A common base class for database catalogsclass
CustomField<T>
A base class for customField
implementations in client code.class
CustomTable<R extends TableRecord<R>>
A base class for customTable
implementations in client code.class
A common base class for data types.class
A schema that references a lazy initialisableCatalog
singleton, for use in generated code.class
A schema that references a lazy initialisableSchema
singleton, for use in generated code.class
A default implementation for packages (containers of stored procedures and functions)class
A common base class for database schemataclass
SequenceImpl<T extends Number>
A common base class for sequencesclass
A common base type for tablesclass
A common base type for UDT's