- All Superinterfaces:
 LoaderListenerStep<R>,LoaderLoadStep<R>
The 
Loader API is used for configuring data loads.
 
 The step in constructing the Loader object where you can set the
 optional CSV loader options.
- Author:
 - Lukas Eder, Johannes Bühler
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull LoaderJSONOptionsStep<R>ignoreRows(int number) Deprecated.- [#4859] - This is not supported for JSON loading.Methods inherited from interface org.jooq.LoaderListenerStep
onRow, onRowEnd, onRowStartMethods inherited from interface org.jooq.LoaderLoadStep
execute 
- 
Method Details
- 
ignoreRows
@Deprecated @NotNull @CheckReturnValue @Support @NotNull LoaderJSONOptionsStep<R> ignoreRows(int number) Deprecated.- [#4859] - This is not supported for JSON loading. 
 -