Module org.jooq
Package org.jooq

Interface LoaderSourceStep<R extends Record>

  • All Known Subinterfaces:
    LoaderOptionsStep<R>

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

    The step in constructing the Loader object where you can specify the load type and data source.

    Author:
    Lukas Eder, Johannes Bühler