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

    Modifier and Type
    Method
    Description
    @NotNull List<LoaderError>
    A list of errors that might have happened during the load.
    int
    The number of executed statements, bulk statements, or batch statements.
    int
    The number of ignored rows.
    int
    The number of processed rows.
    @NotNull LoaderContext
    The results that are also returned from Loader.
    int
    The number of inserted or updated rows.