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