This package contains jOOQ's public API.
-
static <T1,
T2,
T3,
T4,
T5,
T6,
T7,
T8,
R extends Record8<T1,
T2,
T3,
T4,
T5,
T6,
T7,
T8>,
U>
RecordMapper<R,U>
Records.mapping(Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends U> function)
A convenience method to define a local
Record8
to custom type
RecordMapper
that can be used when projecting
Row
types in
SELECT
or
RETURNING
clauses.
A convenience method to define a local
Record8
to custom type
RecordMapper
that can be used when projecting
Row
types in
SELECT
or
RETURNING
clauses.