Package sqlline

Class AnsiConsoleOutputFormat

  • All Implemented Interfaces:
    OutputFormat

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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)