Uses of Class
io.trino.cli.CsvPrinter.CsvOutputFormat
-
-
Uses of CsvPrinter.CsvOutputFormat in io.trino.cli
Methods in io.trino.cli that return CsvPrinter.CsvOutputFormat Modifier and Type Method Description static CsvPrinter.CsvOutputFormatCsvPrinter.CsvOutputFormat. valueOf(String name)Returns 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.CsvOutputFormat Constructor Description CsvPrinter(List<String> fieldNames, Writer writer, CsvPrinter.CsvOutputFormat csvOutputFormat)
-