Uses of Interface
org.jooq.Row
-
Packages that use Row Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of Row in org.jooq
Subinterfaces of Row in org.jooq Modifier and Type Interface Description 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.interfaceRowNA row value expression.Methods in org.jooq that return Row Modifier and Type Method Description RowCursor. fieldsRow()Get this cursor's fields as aRow.RowRecord. fieldsRow()Get this record's fields as aRow.RowResult. fieldsRow()Get this result's fields as aRow.RowTableLike. fieldsRow()Get this table's fields as aRow, if this table knows its field references.RowUDT. fieldsRow()Get this UDT's fields as aRow.RowParser. parseRow(String sql)Parse a SQL string to a row.RowParser. parseRow(String sql, Object... bindings)Parse a SQL string with bind variables to a row.RowRecord. valuesRow()Get this record's values as aRow. -
Uses of Row in org.jooq.impl
Methods in org.jooq.impl that return Row Modifier and Type Method Description RowEmbeddableRecordImpl. fieldsRow()RowTableImpl. fieldsRow()RowTableRecordImpl. fieldsRow()RowUDTImpl. fieldsRow()RowUDTRecordImpl. fieldsRow()RowEmbeddableRecordImpl. valuesRow()RowTableRecordImpl. valuesRow()RowUDTRecordImpl. valuesRow()
-