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
Modifier and TypeInterfaceDescriptioninterfaceRow1<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.Modifier and TypeMethodDescription@NotNull RowFields.fieldsRow()Get all fields known to this type as aRow.@Nullable RowDataType.getRow()Get the nested record'sRowdefinition, if this is aDataType.isRecord(), or aDataType.isMultiset(), orNULLotherwise.@NotNull RowParse a SQL string to a row.@NotNull RowParse a SQL string with bind variables to a row.@NotNull RowRecord.valuesRow()Get this record's values as aRow. -
Uses of Row in org.jooq.impl
Methods in org.jooq.impl that return RowModifier and TypeMethodDescriptionEmbeddableRecordImpl.fieldsRow()static <R extends Record, ER extends EmbeddableRecord<ER>>
@NotNull RowInternal.fieldsRow(TableField<R,ER> embeddableField)Get the fields row of an embeddable type.TableImpl.fieldsRow()UDTImpl.fieldsRow()EmbeddableRecordImpl.valuesRow()Constructors in org.jooq.impl with parameters of type Row