Uses of Interface
org.jooq.LoaderListenerStep
Packages that use LoaderListenerStep
-
Uses of LoaderListenerStep in org.jooq
Subinterfaces of LoaderListenerStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceLoaderCSVOptionsStep<R extends Record>TheLoaderAPI is used for configuring data loads.interfaceLoaderJSONOptionsStep<R extends Record>TheLoaderAPI is used for configuring data loads.Methods in org.jooq that return LoaderListenerStepModifier 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.