Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
CSVFormat.Quote |
CSVFormat.quote()
When to quote CSV content.
|
static CSVFormat.Quote |
CSVFormat.Quote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVFormat.Quote[] |
CSVFormat.Quote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
CSVFormat.quote(CSVFormat.Quote newQuote)
When to quote CSV content.
|
Copyright © 2016. All Rights Reserved.