Uses of Interface
org.jooq.LoaderCSVOptionsStep
Packages that use LoaderCSVOptionsStep
-
Uses of LoaderCSVOptionsStep in org.jooq
Methods in org.jooq that return LoaderCSVOptionsStepModifier and TypeMethodDescription@NotNull LoaderCSVOptionsStep<R>
LoaderCSVStep.fields
(Collection<? extends Field<?>> fields) Specify the the fields to be loaded into the table in the correct order.@NotNull LoaderCSVOptionsStep<R>
Specify the the fields to be loaded into the table in the correct order.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVStep.fields
(LoaderFieldMapper mapper) Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVStep.fieldsCorresponding()
Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R>
LoaderJSONStep.fieldsCorresponding()
Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R>
LoaderRowsStep.fieldsCorresponding()
Indicate that all input fields which have a corresponding field in the target table (with the same name) should be loaded.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVStep.fieldsFromSource()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull LoaderCSVOptionsStep<R>
LoaderJSONStep.fieldsFromSource()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10010] - UseLoaderJSONStep.fieldsCorresponding()
instead.@NotNull LoaderCSVOptionsStep<R>
LoaderRowsStep.fieldsFromSource()
Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10010] - UseLoaderRowsStep.fieldsCorresponding()
instead.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep.ignoreRows
(int number) Specify that a certain number of rows should be ignored from the CSV file.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep.nullString
(String nullString) Specify the input string representation ofNULL
.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep.quote
(char quote) Specify the quote character.@NotNull LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep.separator
(char separator) Specify the separator character.
LoaderCSVStep.fieldsCorresponding()
instead.