Uses of Interface
org.jooq.Row

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

    Subinterfaces of Row in org.jooq
    Modifier and Type
    Interface
    Description
    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.
    Methods in org.jooq that return Row
    Modifier and Type
    Method
    Description
    @NotNull Row
    Fields.fieldsRow()
    Get all fields known to this type as a Row.
    @Nullable Row
    DataType.getRow()
    Get the nested record's Row definition, if this is a DataType.isRecord(), or a DataType.isMultiset(), or NULL otherwise.
    @NotNull Row
    Parser.parseRow(String sql)
    Parse a SQL string into a Row.
    @NotNull Row
    Parser.parseRow(String sql, Object... bindings)
    Parse a SQL string with bind variables into a Row.
    @NotNull Row
    Record.valuesRow()
    Get this record's values as a Row.
  • Uses of Row in org.jooq.impl

    Classes in org.jooq.impl with type parameters of type Row
    Modifier and Type
    Interface
    Description
    static interface 
    QOM.RowEq<T extends Row>
    The ROW EQ operator.
    static interface 
    QOM.RowGe<T extends Row>
    The ROW GE operator.
    static interface 
    QOM.RowGt<T extends Row>
    The ROW GT operator.
    static interface 
    QOM.RowLe<T extends Row>
    The ROW LE operator.
    static interface 
    QOM.RowLt<T extends Row>
    The ROW LT operator.
    static interface 
    QOM.RowNe<T extends Row>
    The ROW NE operator.
    Subinterfaces of Row in org.jooq.impl
    Modifier and Type
    Interface
    Description
    static interface 
     
    Subinterfaces with type arguments of type Row in org.jooq.impl
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
     
    static interface 
     
    static interface 
     
    static interface 
    QOM.Values<R extends Record>
     
    Methods in org.jooq.impl that return Row
    Modifier and Type
    Method
    Description
    default @NotNull Row
    QOM.RowIsNotNull.$field()
     
    default @NotNull Row
    QOM.RowIsNull.$field()
     
    @NotNull Row
    QOM.MultisetAgg.$row()
    Deprecated, for removal: This API element is subject to removal in a future version.
    - 3.21.0 - [#19277] - Use QOM.MultisetAgg.$fields() instead.
    @NotNull Row
    QOM.RowAsField.$row()
     
    @NotNull Row
    QOM.RowCast.$row()
     
    EmbeddableRecordImpl.fieldsRow()
     
    static final <R extends Record, ER extends EmbeddableRecord<ER>>
    @NotNull Row
    Internal.fieldsRow(TableField<R,ER> embeddableField)
    Deprecated, for removal: This API element is subject to removal in a future version.
    - [#12238] - 3.16.0 - Please re-generate your code.
    TableImpl.fieldsRow()
     
    TableRecordImpl.fieldsRow()
     
    final Row
    UDTImpl.fieldsRow()
     
    UDTRecordImpl.fieldsRow()
     
    EmbeddableRecordImpl.valuesRow()
     
    TableRecordImpl.valuesRow()
     
    UDTRecordImpl.valuesRow()
     
    Methods in org.jooq.impl that return types with arguments of type Row
    Modifier and Type
    Method
    Description
    @NotNull QOM.UnmodifiableList<? extends Row>
    QOM.Insert.$values()
     
    @NotNull QOM.UnmodifiableList<? extends Row>
    QOM.MergeNotMatched.$values()
     
    Methods in org.jooq.impl with parameters of type Row
    Modifier and Type
    Method
    Description
    @NotNull QOM.RowCast<R>
    QOM.RowCast.$row(Row row)
     
    static <R extends QualifiedRecord<R>>
    @NotNull Field<R>
    DSL.cast(Row row, DataType<R> type)
    Cast a row expression to a UDT type.
    static <R extends TableRecord<R>>
    @NotNull Field<R>
    DSL.cast(Row row, Table<R> type)
    Cast a row expression to a Table type.
    static <R extends UDTRecord<R>>
    @NotNull Field<R>
    DSL.cast(Row row, UDT<R> type)
    Cast a row expression to a UDT type.
    Method parameters in org.jooq.impl with type arguments of type Row
    Modifier and Type
    Method
    Description
    @NotNull QOM.Insert<?>
    QOM.Insert.$values(Collection<? extends Row> values)
     
    QOM.MergeNotMatched.$values(Collection<? extends Row> values)
     
    Constructors in org.jooq.impl with parameters of type Row
    Modifier
    Constructor
    Description