Uses of Interface
org.jooq.LoaderJSONOptionsStep
-
Packages that use LoaderJSONOptionsStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of LoaderJSONOptionsStep in org.jooq
Methods in org.jooq that return LoaderJSONOptionsStep Modifier and Type Method Description LoaderJSONOptionsStep<R>
LoaderJSONStep. fields(Collection<? extends Field<?>> fields)
Specify the fields to be loaded into the table in the correct order.LoaderJSONOptionsStep<R>
LoaderJSONStep. fields(Field<?>... fields)
Specify the fields to be loaded into the table in the correct order.LoaderJSONOptionsStep<R>
LoaderJSONStep. fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.LoaderJSONOptionsStep<R>
LoaderJSONStep. fieldsFromSource()
Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.LoaderJSONOptionsStep<R>
LoaderJSONOptionsStep. ignoreRows(int number)
Deprecated.- [#4859] - This is not supported for JSON loading.
-