Package sqlline
Class AnsiConsoleOutputFormat
- java.lang.Object
-
- sqlline.AnsiConsoleOutputFormat
-
- All Implemented Interfaces:
OutputFormat
public class AnsiConsoleOutputFormat extends java.lang.Object implements OutputFormat
OutputFormat for a table-like but borderless format.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jline.utils.AttributedString
getOutputString(sqlline.Rows.Row row, org.jline.utils.AttributedStyle style)
int
print(sqlline.Rows rows)
-
-
-
Method Detail
-
print
public int print(sqlline.Rows rows)
- Specified by:
print
in interfaceOutputFormat
-
getOutputString
public org.jline.utils.AttributedString getOutputString(sqlline.Rows.Row row, org.jline.utils.AttributedStyle style)
-
-