Uses of Interface
org.jooq.Named

Packages that use Named
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
  • Uses of Named in org.jooq

    Subinterfaces of Named in org.jooq
    Modifier and Type
    Interface
    Description
    interface 
    The step in the specification of aggregate functions where the SQL:2003 standard FILTER clause can be added.
    interface 
    An aggregate function.
    interface 
    The SQL standard ARRAY_AGG() function.
    interface 
    The final step in creating a case statement of the type
    interface 
    CaseWhenStep<V,​T>
    The final step in creating a case statement of the type
    interface 
    A catalog.
    interface 
    Check<R extends Record>
    A check constraint.
    interface 
    A common table expression.
    interface 
    A DDL constraint.
    interface 
    The step in the Constraint construction DSL API that allows for adding ENFORCED and NOT 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 the Constraint construction DSL API that allows for adding ON DELETE and ON UPDATE clauses.
    interface 
    The step in the Constraint construction DSL API that allows for specifying the constraint type.
    interface 
    A common interface to all dialect-specific data types.
    interface 
    The meta model of a SQL DOMAIN
    interface 
    A column expression.
    interface 
    A common base type for Field and Constraint where DSL API accepts both types alike.
    interface 
    ForeignKey<R extends Record,​O extends Record>
    A ForeignKey is an object referencing a UniqueKey.
    interface 
    MySQL's GROUP_CONCAT function.
    interface 
    MySQL's GROUP_CONCAT function.
    interface 
    A DDL index definition.
    interface 
    A step in the construction of DSL.jsonArrayAgg(Field) or DSL.jsonbArrayAgg(Field) functions where the NULL clause can be defined.
    interface 
    A step in the construction of DSL.jsonArrayAgg(Field) or DSL.jsonbArrayAgg(Field) functions where the ORDER BY clause can be defined.
    interface 
    A step in the construction of DSL.jsonArrayAgg(Field) or DSL.jsonbArrayAgg(Field) functions where the RETURNING clause can be defined.
    interface 
    A step in the construction of the JSON ARRAY function.
    interface 
    A step in the construction of the JSON ARRAY function.
    interface 
    A step in the construction of DSL.jsonObjectAgg(JSONEntry) or DSL.jsonbObjectAgg(JSONEntry) functions where the NULL clause can be defined.
    interface 
    A step in the construction of DSL.jsonObjectAgg(JSONEntry) or DSL.jsonbObjectAgg(JSONEntry) functions where the RETURNING clause can be defined.
    interface 
    A step in the construction of the JSON OBJECT function.
    interface 
    A step in the construction of the JSON OBJECT function.
    interface 
    A step in the construction of an JSON_TABLE expression.
    interface 
    A step in the construction of an JSON_TABLE expression.
    interface 
    A step in the construction of DSL.jsonValue(Field, Field) or DSL.jsonbValue(Field, Field) functions where the ON EMPTY and ON ERROR clauses can be defined.
    interface 
    A step in the construction of the JSON VALUE function.
    interface 
    Key<R extends Record>
    A Key is an object representing a UNIQUE KEY, a PRIMARY KEY, or a FOREIGN KEY.
    interface 
    A label for use in procedural code.
    interface 
    A container for stored procedures and functions
    interface 
    A named parameter and/or bind value.
    interface 
    A parameter to a stored procedure or function.
    interface 
    A common super type of Param and Variable.
    interface 
    A period specification for usage in temporal tables.
    interface 
    A QueryPart that is Named and located in a Schema.
    interface 
    A UDT or Table.
    interface 
    A privilege for use in GRANT and REVOKE statements.
    interface 
    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 
    A QueryPart to be used exclusively in SELECT clauses.
    interface 
    Sequence<T extends Number>
    A sequence.
    interface 
    Table<R extends Record>
    A table.
    interface 
    TableField<R extends Record,​T>
    A field contained in a table.
    interface 
    An intermediate (optional) type for the construction of a JOIN clause, where the join criteria is added using an ON clause (with a Condition.
    interface 
    An intermediate type for the construction of a JOIN clause, where there may optionally be a join criteria added using an ON clause (with a Condition), or using a USING clause (with a list of Field)
    interface 
    UDT<R extends UDTRecord<R>>
    UDT definition.
    interface 
    UDTField<R extends UDTRecord<R>,​T>
    A field contained in a UDT.
    interface 
    UniqueKey<R extends Record>
    A UniqueKey is an object representing a UNIQUE KEY or a PRIMARY KEY.
    interface 
    A privilege for use in GRANT and REVOKE statements.
    interface 
    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 standard ARRAY_AGG() function.
    interface 
    A step in the construction of an XMLTABLE expression.
    interface 
    A step in the construction of an XMLTABLE expression.
  • Uses of Named in org.jooq.impl

    Classes in org.jooq.impl that implement Named
    Modifier and Type
    Class
    Description
    class 
    A common base class for stored procedures
    class 
    A common base class for database catalogs
    class 
    A base class for custom Field implementations in client code.
    class 
    CustomTable<R extends TableRecord<R>>
    A base class for custom Table implementations in client code.
    class 
    A common base class for data types.
    class 
    A schema that references a lazy initialisable Catalog singleton, for use in generated code.
    class 
    A schema that references a lazy initialisable Schema 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 schemata
    class 
    SequenceImpl<T extends Number>
    A common base class for sequences
    class 
    TableImpl<R extends Record>
    A common base type for tables
    class 
    UDTImpl<R extends UDTRecord<R>>
    A common base type for UDT's