Package sqlline
Interface OutputFormat
-
- All Known Implementing Classes:
AbstractOutputFormat
,JsonOutputFormat
public interface OutputFormat
Converts a collection of rows into text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
print(sqlline.Rows rows)
-