Uses of Interface
org.jooq.Function2
-
Uses of Function2 in org.jooq
Modifier and TypeMethodDescriptionstatic <T1, T2, R extends Record2<T1, T2>, U>
RecordMapper<R,U>Create aRecordMapper
that can map fromRecord2
to a user type in a type safe way.<U> @NotNull SelectField<U>
A convenience method to define a localRecord2
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
A convenience method to define a localRecord2
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.