Uses of Interface
sqlline.OutputFormat
-
-
Uses of OutputFormat in sqlline
Classes in sqlline that implement OutputFormat Modifier and Type Class Description class
AbstractOutputFormat
Abstract OutputFormat.class
JsonOutputFormat
Implementation ofOutputFormat
that formats rows as JSON.Methods in sqlline that return types with arguments of type OutputFormat Modifier and Type Method Description Map<String,OutputFormat>
Application. getOutputFormats(SqlLine sqlLine)
Override this method to modify known output formats implementations.Map<String,OutputFormat>
SqlLine. getOutputFormats()
Method parameters in sqlline with type arguments of type OutputFormat Modifier and Type Method Description void
SqlLine. updateOutputFormats(Map<String,OutputFormat> formats)
-