Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputFormat
Abstract OutputFormat.
|
class |
JsonOutputFormat
Implementation of
OutputFormat that formats rows as JSON. |
Modifier and Type | Method and Description |
---|---|
Map<String,OutputFormat> |
SqlLine.getOutputFormats() |
Map<String,OutputFormat> |
Application.getOutputFormats(SqlLine sqlLine)
Override this method to modify known output formats implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlLine.updateOutputFormats(Map<String,OutputFormat> formats) |
Copyright © 2002–2018 Julian Hyde. All rights reserved.