Module org.jooq
Package org.jooq

Interface LoaderJSONStep<R extends Record>


public interface LoaderJSONStep<R extends Record>
The Loader API is used for configuring data loads.

The step in constructing the Loader object where you can set the mandatory JSON loader options.

Author:
Lukas Eder, Johannes Bühler