Uses of Interface
org.jooq.LoaderJSONOptionsStep
Packages that use LoaderJSONOptionsStep
-
Uses of LoaderJSONOptionsStep in org.jooq
Methods in org.jooq that return LoaderJSONOptionsStepModifier and TypeMethodDescription@NotNull LoaderJSONOptionsStep<R>LoaderJSONStep.fields(Collection<? extends Field<?>> fields)Specify the fields to be loaded into the table in the correct order.@NotNull LoaderJSONOptionsStep<R>Specify the fields to be loaded into the table in the correct order.@NotNull LoaderJSONOptionsStep<R>LoaderJSONStep.fields(LoaderFieldMapper mapper)Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderJSONOptionsStep<R>LoaderJSONOptionsStep.ignoreRows(int number)Deprecated.- [#4859] - This is not supported for JSON loading.