Uses of Interface
org.jooq.Function18
Packages that use Function18
-
Uses of Function18 in org.jooq
Methods in org.jooq with parameters of type Function18Modifier and TypeMethodDescriptionstatic <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R extends Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, U>
RecordMapper<R,U>Records.mapping(Function18<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? extends U> function)
Create aRecordMapper
that can map fromRecord18
to a user type in a type safe way.<U> @NotNull SelectField<U>
Row18.mapping(Class<U> uType, Function18<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? extends U> function)
A convenience method to define a localRecord18
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row18.mapping(Function18<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? extends U> function)
A convenience method to define a localRecord18
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.