Uses of Class
org.jooq.CSVFormat
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CSVFormat in org.jooq
Modifier and TypeMethodDescription@NotNull CSVFormat
FormattingProvider.csvFormat()
TheCSVFormat
to use when callingFormattable.formatCSV()
and related methods, defaulting toDEFAULT
.@NotNull CSVFormat
CSVFormat.delimiter
(char newDelimiter) The delimiter to be used between CSV cells, defaulting to","
.@NotNull CSVFormat
The delimiter to be used between CSV cells, defaulting to","
.@NotNull CSVFormat
CSVFormat.emptyString
(String newEmptyString) The string to be used for""
values, defaulting to the empty string.@NotNull CSVFormat
CSVFormat.header
(boolean newHeader) Whether to emit a header row with column names, defaulting totrue
.@NotNull CSVFormat
The string to be used to separate rows, defaulting to\n
.@NotNull CSVFormat
CSVFormat.nullString
(String newNullString) The string to be used fornull
values, defaulting to the empty string.@NotNull CSVFormat
CSVFormat.quote
(CSVFormat.Quote newQuote) When to quote CSV content.@NotNull CSVFormat
CSVFormat.quoteString
(String newQuoteString) The string used to quote values according to the rules specified inquote()
.Modifier and TypeMethodDescriptionvoid
Formattable.formatCSV
(OutputStream stream, CSVFormat format) LikeFormattable.formatCSV(CSVFormat)
, but the data is output onto anOutputStream
.void
LikeFormattable.formatCSV(CSVFormat)
, but the data is output onto aWriter
.@NotNull String
Get a simple formatted representation of this result as CSV.Modifier and TypeMethodDescriptionstatic @NotNull CallbackFormattingProvider
FormattingProvider.onCsvFormat
(Supplier<? extends CSVFormat> newOnCsvFormat) Create anFormattingProvider
with aFormattingProvider.csvFormat()
implementation. -
Uses of CSVFormat in org.jooq.impl
Modifier and TypeMethodDescriptionfinal @NotNull CSVFormat
CallbackFormattingProvider.csvFormat()
DefaultFormattingProvider.csvFormat()
Modifier and TypeMethodDescriptionfinal void
final void
Modifier and TypeMethodDescriptionfinal @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onCsvFormat
(Supplier<? extends CSVFormat> newOnCsvFormat)