- 
- All Superinterfaces:
 LoaderListenerStep<R>,LoaderLoadStep<R>
public interface LoaderJSONOptionsStep<R extends Record> extends LoaderListenerStep<R>
TheLoaderAPI is used for configuring data loads.The step in constructing the
Loaderobject where you can set the optional CSV loader options.- Author:
 - Lukas Eder, Johannes Bühler
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LoaderJSONOptionsStep<R>ignoreRows(int number)Deprecated.- [#4859] - This is not supported for JSON loading.- 
Methods inherited from interface org.jooq.LoaderListenerStep
onRow 
- 
Methods inherited from interface org.jooq.LoaderLoadStep
execute 
 - 
 
 - 
 
- 
- 
Method Detail
- 
ignoreRows
@Deprecated @Support LoaderJSONOptionsStep<R> ignoreRows(int number)
Deprecated.- [#4859] - This is not supported for JSON loading. 
 - 
 
 -