Package sqlline

Class AbstractOutputFormat

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int print​(sqlline.Rows rows)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractOutputFormat

        public AbstractOutputFormat​(SqlLine sqlLine)
    • Method Detail

      • print

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