public class BulkLoadCsvFormat extends BulkLoadFormat
| Modifier and Type | Field and Description |
|---|---|
static @Nullable Pattern |
DEFAULT_COMMENT_CHARS
Line comment start pattern.
|
static @Nullable String |
DEFAULT_ESCAPE_CHARS
Default escape sequence start characters.
|
static @NotNull Pattern |
DEFAULT_FIELD_SEPARATOR
Field separator pattern.
|
static @NotNull Pattern |
DEFAULT_LINE_SEPARATOR
Line separator pattern.
|
static @NotNull String |
DEFAULT_QUOTE_CHARS
Quote characters
|
static String |
NAME
Format name.
|
DEFAULT_INPUT_CHARSET| Constructor and Description |
|---|
BulkLoadCsvFormat() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Pattern |
commentChars()
Returns the line comment start pattern.
|
void |
commentChars(@Nullable Pattern commentChars)
Sets the line comment start pattern.
|
@Nullable String |
escapeChars()
Returns the escape characters.
|
void |
escapeChars(@Nullable String escapeChars)
Sets the escape characters.
|
@Nullable Pattern |
fieldSeparator()
Returns the field separator pattern.
|
void |
fieldSeparator(@Nullable Pattern fieldSeparator)
Sets the field separator pattern.
|
@Nullable String |
inputCharsetName()
Returns the input file charset name, null if not specified.
|
void |
inputCharsetName(@Nullable String inputCharsetName)
Sets the input file charset name.
|
@Nullable Pattern |
lineSeparator()
Returns the line separator pattern.
|
void |
lineSeparator(@Nullable Pattern lineSeparator)
Sets the line separator pattern.
|
String |
name()
Returns the name of the format.
|
@Nullable String |
quoteChars()
Returns the quote characters.
|
void |
quoteChars(@Nullable String quoteChars)
Sets the quote characters.
|
@NotNull public static final @NotNull Pattern DEFAULT_LINE_SEPARATOR
@NotNull public static final @NotNull Pattern DEFAULT_FIELD_SEPARATOR
@NotNull public static final @NotNull String DEFAULT_QUOTE_CHARS
@Nullable public static final @Nullable String DEFAULT_ESCAPE_CHARS
@Nullable public static final @Nullable Pattern DEFAULT_COMMENT_CHARS
public static final String NAME
public String name()
name in class BulkLoadFormat@Nullable public @Nullable Pattern lineSeparator()
public void lineSeparator(@Nullable
@Nullable Pattern lineSeparator)
lineSeparator - The line separator pattern.@Nullable public @Nullable Pattern fieldSeparator()
public void fieldSeparator(@Nullable
@Nullable Pattern fieldSeparator)
fieldSeparator - The field separator pattern.@Nullable public @Nullable String quoteChars()
public void quoteChars(@Nullable
@Nullable String quoteChars)
quoteChars - The quote characters.@Nullable public @Nullable Pattern commentChars()
public void commentChars(@Nullable
@Nullable Pattern commentChars)
commentChars - The line comment start pattern.@Nullable public @Nullable String escapeChars()
public void escapeChars(@Nullable
@Nullable String escapeChars)
escapeChars - The escape characters.@Nullable public @Nullable String inputCharsetName()
public void inputCharsetName(@Nullable
@Nullable String inputCharsetName)
inputCharsetName - The input file charset name.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020