public interface Configuration
| Modifier and Type | Interface and Description |
|---|---|
static class |
Configuration.Default |
static class |
Configuration.Overridden |
| Modifier and Type | Field and Description |
|---|---|
static Configuration |
DEFAULT |
static int |
KB |
static int |
MB |
| Modifier and Type | Method and Description |
|---|---|
int |
bufferSize()
Data buffer size.
|
boolean |
emptyQuotedStringsAsNull() |
boolean |
multilineFields()
Whether or not fields are allowed to have newline characters in them, i.e.
|
char |
quotationCharacter()
Character to regard as quotes.
|
boolean |
trimStrings()
Whether or not strings should be trimmed for whitespaces.
|
static final int KB
static final int MB
static final Configuration DEFAULT
char quotationCharacter()
int bufferSize()
boolean multilineFields()
boolean trimStrings()
boolean emptyQuotedStringsAsNull()
true for treating empty strings, i.e. "" as null, instead of an empty string.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.