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 |
multilineFields()
Whether or not fields are allowed to have newline characters in them, i.e.
|
char |
quotationCharacter()
Character to regard as quotes.
|
static final int KB
static final int MB
static final Configuration DEFAULT
char quotationCharacter()
int bufferSize()
boolean multilineFields()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.