Uses of Enum Class
org.jooq.CSVFormat.Quote
-
Uses of CSVFormat.Quote in org.jooq
Modifier and TypeMethodDescriptionCSVFormat.quote()
When to quote CSV content.static CSVFormat.Quote
Returns the enum constant of this class with the specified name.static CSVFormat.Quote[]
CSVFormat.Quote.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCSVFormat.quote(CSVFormat.Quote newQuote)
When to quote CSV content.