Uses of Interface
org.jooq.LoaderFieldMapper
-
Packages that use LoaderFieldMapper Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of LoaderFieldMapper in org.jooq
Methods in org.jooq with parameters of type LoaderFieldMapper Modifier and Type Method Description LoaderCSVOptionsStep<R>
LoaderCSVStep. fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.LoaderJSONOptionsStep<R>
LoaderJSONStep. fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.LoaderListenerStep<R>
LoaderRowsStep. fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.
-