Package sqlline

Interface OutputFormat

All Known Implementing Classes:
AbstractOutputFormat, AnsiConsoleOutputFormat, JsonOutputFormat

public interface OutputFormat
Converts a collection of rows into text.
  • Method Summary

    Modifier and Type Method Description
    int print​(sqlline.Rows rows)  
  • Method Details

    • print

      int print​(sqlline.Rows rows)