| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and 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 of  NULL. | 
| LoaderCSVOptionsStep<R> | LoaderCSVOptionsStep. quote(char quote)Specify the quote character. | 
| LoaderCSVOptionsStep<R> | LoaderCSVOptionsStep. separator(char separator)Specify the separator character. | 
Copyright © 2017. All Rights Reserved.