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
AnsiConsoleOutputFormat
OutputFormat for a table-like but borderless format.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 java.util.Map<java.lang.String,OutputFormat>
Application. getOutputFormats(SqlLine sqlLine)
Override this method to modify known output formats implementations.java.util.Map<java.lang.String,OutputFormat>
SqlLine. getOutputFormats()
Method parameters in sqlline with type arguments of type OutputFormat Modifier and Type Method Description void
SqlLine. updateOutputFormats(java.util.Map<java.lang.String,OutputFormat> formats)
-