Package | Description |
---|---|
liquibase.util.csv.opencsv | |
liquibase.util.csv.opencsv.enums |
Modifier and Type | Field and Description |
---|---|
static CSVReaderNullFieldIndicator |
CSVParser.DEFAULT_NULL_FIELD_INDICATOR
Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default)
|
Modifier and Type | Method and Description |
---|---|
CSVReaderNullFieldIndicator |
CSVParser.nullFieldIndicator() |
Modifier and Type | Method and Description |
---|---|
static CSVReaderNullFieldIndicator |
CSVReaderNullFieldIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVReaderNullFieldIndicator[] |
CSVReaderNullFieldIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Liquibase.org. All rights reserved.