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