java.lang.Object
org.nkjmlab.sorm4j.util.h2.grammar.CsvOptions.Builder
- 含まれているクラス:
- CsvOptions
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明build()caseSensitiveColumnNames (true or false; disabled by default),charset (for example 'UTF-8'),escape (the character that escapes the field delimiter),fieldDelimiter(String val) fieldDelimiter (a double quote by default),fieldSeparator(String val) fieldSeparator (a comma by default),lineComment(String val) lineComment (disabled by default),lineSeparator(String val) lineSeparator (the line separator used for writing; ignored for reading),nullString(String val) null Support reading existing CSV files that contain explicit null delimiters.preserveWhitespace(String val) preserveWhitespace (true or false; disabled by default),quotedNulls(String val) quotedNulls (quotes the nullString. true of false; disabled by default),writeColumnHeader(String val) writeColumnHeader (true or false; enabled by default).
-
コンストラクタの詳細
-
Builder
public Builder()
-
-
メソッドの詳細
-
caseSensitiveColumnNames
caseSensitiveColumnNames (true or false; disabled by default),- パラメータ:
val-- 戻り値:
-
charset
charset (for example 'UTF-8'),- パラメータ:
val-- 戻り値:
-
escape
escape (the character that escapes the field delimiter),- パラメータ:
val-- 戻り値:
-
fieldDelimiter
fieldDelimiter (a double quote by default),- パラメータ:
val-- 戻り値:
-
fieldSeparator
fieldSeparator (a comma by default),- パラメータ:
val-- 戻り値:
-
lineComment
lineComment (disabled by default),- パラメータ:
val-- 戻り値:
-
lineSeparator
lineSeparator (the line separator used for writing; ignored for reading),- パラメータ:
val-- 戻り値:
-
nullString
null Support reading existing CSV files that contain explicit null delimiters. Note that an empty, unquoted values are also treated as null.- パラメータ:
val-- 戻り値:
-
quotedNulls
quotedNulls (quotes the nullString. true of false; disabled by default),- パラメータ:
val-- 戻り値:
-
preserveWhitespace
preserveWhitespace (true or false; disabled by default),- パラメータ:
val-- 戻り値:
-
writeColumnHeader
writeColumnHeader (true or false; enabled by default).- パラメータ:
val-- 戻り値:
-
build
-