Module org.jooq
Package org.jooq

Interface Loader<R extends Record>


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

    This type is the final type holding information about the outcome of the data load.

    Author:
    Lukas Eder