Package sqlline

Class AnsiConsoleOutputFormat

java.lang.Object
sqlline.AnsiConsoleOutputFormat
All Implemented Interfaces:
OutputFormat

public class AnsiConsoleOutputFormat
extends java.lang.Object
implements OutputFormat
OutputFormat for a table-like but borderless format.
  • Method Summary

    Modifier and Type Method Description
    org.jline.utils.AttributedString getOutputString​(sqlline.Rows.Row row, org.jline.utils.AttributedStyle style)  
    int print​(sqlline.Rows rows)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • print

      public int print​(sqlline.Rows rows)
      Specified by:
      print in interface OutputFormat
    • getOutputString

      public org.jline.utils.AttributedString getOutputString​(sqlline.Rows.Row row, org.jline.utils.AttributedStyle style)