Uses of Interface
org.jooq.LoaderContext
-
Packages that use LoaderContext Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of LoaderContext in org.jooq
Methods in org.jooq that return LoaderContext Modifier and Type Method Description @NotNull LoaderContextLoader. result()The results that are also returned fromLoader.@NotNull LoaderContextLoaderContext. row(Object[] row)Override the row that will be processed.Methods in org.jooq with parameters of type LoaderContext Modifier and Type Method Description voidLoaderRowListener. row(LoaderContext ctx)A row will be or has been processed by theLoader.
-