Uses of Enum Class
org.jooq.CSVFormat.Quote
-
Uses of CSVFormat.Quote in org.jooq
Modifier and TypeMethodDescription@NotNull CSVFormat.Quote
CSVFormat.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 TypeMethodDescription@NotNull CSVFormat
CSVFormat.quote
(CSVFormat.Quote newQuote) When to quote CSV content.