Uses of Enum Class
org.jooq.CSVFormat.Quote
Packages that use CSVFormat.Quote
-
Uses of CSVFormat.Quote in org.jooq
Methods in org.jooq that return CSVFormat.QuoteModifier 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.Methods in org.jooq with parameters of type CSVFormat.QuoteModifier and TypeMethodDescription@NotNull CSVFormat
CSVFormat.quote
(CSVFormat.Quote newQuote) When to quote CSV content.