|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LoaderCSVOptionsStep<R extends TableRecord<R>>
The Loader API is used for configuring data loads.
The step in constructing the Loader object where you can set the
optional CSV loader options.
| Method Summary | |
|---|---|
LoaderCSVOptionsStep<R> |
ignoreRows(int number)
Specify that a certain number of rows should be ignored from the CSV file. |
LoaderCSVOptionsStep<R> |
quote(char quote)
Specify the quote character. |
LoaderCSVOptionsStep<R> |
separator(char separator)
Specify the separator character. |
| Methods inherited from interface org.jooq.LoaderLoadStep |
|---|
execute |
| Method Detail |
|---|
LoaderCSVOptionsStep<R> ignoreRows(int number)
By default, this is set to 1, as CSV files are expected to
hold a header row.
number - The number of rows to ignore.LoaderCSVOptionsStep<R> quote(char quote)
"
LoaderCSVOptionsStep<R> separator(char separator)
,
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||