Uses of Interface
org.jooq.Function3
Packages that use Function3
-
Uses of Function3 in org.jooq
Modifier and TypeMethodDescriptionstatic <T1, T2, T3, R extends Record3<T1, T2, T3>, U>
RecordMapper<R,U>Create aRecordMapperthat can map fromRecord3to a user type in a type safe way.<U> @NotNull SelectField<U>A convenience method to define a localRecord3to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>A convenience method to define a localRecord3to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.