Package sqlline

Class AbstractOutputFormat

java.lang.Object
sqlline.AbstractOutputFormat
All Implemented Interfaces:
OutputFormat
Direct Known Subclasses:
JsonOutputFormat

public abstract class AbstractOutputFormat
extends java.lang.Object
implements OutputFormat
Abstract OutputFormat.
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractOutputFormat​(SqlLine sqlLine)  
  • Method Summary

    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