Uses of Interface
org.jooq.LoaderCSVOptionsStep
-
Packages that use LoaderCSVOptionsStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of LoaderCSVOptionsStep in org.jooq
Methods in org.jooq that return LoaderCSVOptionsStep Modifier and Type Method Description LoaderCSVOptionsStep<R>
LoaderCSVStep. fields(Collection<? extends Field<?>> fields)
Specify the the fields to be loaded into the table in the correct order.LoaderCSVOptionsStep<R>
LoaderCSVStep. fields(Field<?>... fields)
Specify the the fields to be loaded into the table in the correct order.LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep. ignoreRows(int number)
Specify that a certain number of rows should be ignored from the CSV file.LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep. nullString(String nullString)
Specify the input string representation ofNULL
.LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep. quote(char quote)
Specify the quote character.LoaderCSVOptionsStep<R>
LoaderCSVOptionsStep. separator(char separator)
Specify the separator character.
-