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