Uses of Interface
org.jooq.FieldOrRow
Packages that use FieldOrRow
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of FieldOrRow in org.jooq
Subinterfaces of FieldOrRow in org.jooqModifier and TypeInterfaceDescriptioninterfaceThe step in the specification of aggregate functions where the SQL:2003 standardFILTER clausecan be added.interfaceAn aggregate function.interfaceThe SQL standardARRAY_AGG()function.interfaceThe final step in creating a case statement of the typeinterfaceCaseWhenStep<V,T>The final step in creating a case statement of the typeinterfaceField<T>A column expression.interfaceMySQL'sGROUP_CONCATfunction.interfaceMySQL'sGROUP_CONCATfunction.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theNULLclause can be defined.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theORDER BYclause can be defined.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theRETURNINGclause can be defined.interfaceA step in the construction of theJSON ARRAYfunction.interfaceA step in the construction of theJSON ARRAYfunction.interfaceA step in the construction ofDSL.jsonObjectAgg(JSONEntry)orDSL.jsonbObjectAgg(JSONEntry)functions where theNULLclause can be defined.interfaceA step in the construction ofDSL.jsonObjectAgg(JSONEntry)orDSL.jsonbObjectAgg(JSONEntry)functions where theRETURNINGclause can be defined.interfaceA step in the construction of theJSON OBJECTfunction.interfaceA step in the construction of theJSON OBJECTfunction.interfaceA step in the construction ofDSL.jsonValue(Field, Field)orDSL.jsonbValue(Field, Field)functions where theON EMPTYandON ERRORclauses can be defined.interfaceA step in the construction of theJSON VALUEfunction.interfaceParam<T>A named parameter and/or bind value.interfaceParameter<T>A parameter to a stored procedure or function.interfaceinterfaceA row value expression.interfaceRow1<T1>A row value expression.interfaceRow10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>A row value expression.interfaceRow11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>A row value expression.interfaceRow12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>A row value expression.interfaceRow13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>A row value expression.interfaceRow14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>A row value expression.interfaceRow15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>A row value expression.interfaceRow16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>A row value expression.interfaceRow17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>A row value expression.interfaceRow18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>A row value expression.interfaceRow19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>A row value expression.interfaceRow2<T1,T2>A row value expression.interfaceRow20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>A row value expression.interfaceRow21<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.interfaceRow22<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.interfaceRow3<T1,T2,T3>A row value expression.interfaceRow4<T1,T2,T3,T4>A row value expression.interfaceRow5<T1,T2,T3,T4,T5>A row value expression.interfaceRow6<T1,T2,T3,T4,T5,T6>A row value expression.interfaceRow7<T1,T2,T3,T4,T5,T6,T7>A row value expression.interfaceRow8<T1,T2,T3,T4,T5,T6,T7,T8>A row value expression.interfaceRow9<T1,T2,T3,T4,T5,T6,T7,T8,T9>A row value expression.interfaceA row value expression.interfaceTableField<R extends Record,T>A field contained in a table.interfaceA field contained in a UDT.interfaceVariable<T>A local variable reference.interfaceThis type is used for the window function DSL API.interfaceThis type is used for the window function DSL API.interfaceDeprecated, 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.interfaceThis type is used for the window function DSL API.interfaceThis type is used for the window function DSL API.interfaceThis type is used for the window function DSL API.interfaceThe SQL standardARRAY_AGG()function. -
Uses of FieldOrRow in org.jooq.impl
Classes in org.jooq.impl that implement FieldOrRowModifier and TypeClassDescriptionclassCustomField<T>A base class for customFieldimplementations in client code.Methods in org.jooq.impl with parameters of type FieldOrRowModifier and TypeMethodDescriptionstatic @NotNull GroupFieldDSL.cube(FieldOrRow... fields)Create a CUBE(field1, field2, .., fieldn) grouping field.static @NotNull GroupFieldDSL.rollup(FieldOrRow... fields)Create a ROLLUP(field1, field2, .., fieldn) grouping field.