Module org.jooq
Package org.jooq

Interface LoaderJSONOptionsStep<R extends Record>

All Superinterfaces:
LoaderListenerStep<R>, LoaderLoadStep<R>

public interface LoaderJSONOptionsStep<R extends Record> extends LoaderListenerStep<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