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
    • Method Detail

      • ignoreRows

        @Deprecated
        @Support
        LoaderJSONOptionsStep<R> ignoreRows​(int number)
        Deprecated.
        - [#4859] - This is not supported for JSON loading.