Uses of Interface
org.jooq.LoaderLoadStep
-
Packages that use LoaderLoadStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of LoaderLoadStep in org.jooq
Subinterfaces of LoaderLoadStep in org.jooq Modifier and Type Interface Description interfaceLoaderCSVOptionsStep<R extends Record>TheLoaderAPI is used for configuring data loads.interfaceLoaderJSONOptionsStep<R extends Record>TheLoaderAPI is used for configuring data loads.interfaceLoaderListenerStep<R extends Record>TheLoaderAPI is used for configuring data loads.Methods in org.jooq that return LoaderLoadStep Modifier and Type Method Description @NotNull LoaderLoadStep<R>LoaderListenerStep. onRow(LoaderRowListener listener)Deprecated.- 3.14.0 - [#4941] - UseLoaderListenerStep.onRowEnd(LoaderRowListener)instead.@NotNull LoaderLoadStep<R>LoaderListenerStep. onRowEnd(LoaderRowListener listener)Specify a listener that is invoked after a row has been processed.@NotNull LoaderLoadStep<R>LoaderListenerStep. onRowStart(LoaderRowListener listener)Specify a listener that is invoked before a row is processed.
-