Uses of Enum
io.trino.cli.CsvPrinter.CsvOutputFormat
-
Uses of CsvPrinter.CsvOutputFormat in io.trino.cli
Methods in io.trino.cli that return CsvPrinter.CsvOutputFormatModifier and TypeMethodDescriptionstatic CsvPrinter.CsvOutputFormatReturns the enum constant of this type with the specified name.static CsvPrinter.CsvOutputFormat[]CsvPrinter.CsvOutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.cli with parameters of type CsvPrinter.CsvOutputFormatModifierConstructorDescriptionCsvPrinter(List<String> fieldNames, Writer writer, CsvPrinter.CsvOutputFormat csvOutputFormat)