Uses of Interface
org.jooq.LoaderListenerStep
-
Uses of LoaderListenerStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
LoaderCSVOptionsStep<R extends Record>
TheLoader
API is used for configuring data loads.interface
LoaderJSONOptionsStep<R extends Record>
TheLoader
API is used for configuring data loads.Modifier and TypeMethodDescription@NotNull LoaderListenerStep
<R> LoaderRowsStep.fields
(Collection<? extends Field<?>> fields) Specify the the fields to be loaded into the table in the correct order.@NotNull LoaderListenerStep
<R> Specify the the fields to be loaded into the table in the correct order.@NotNull LoaderListenerStep
<R> LoaderRowsStep.fields
(LoaderFieldMapper mapper) Specify a function to apply on each input field to receive the target table's field.