Uses of Class
org.jooq.TXTFormat
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TXTFormat in org.jooq
Modifier and TypeMethodDescriptionTXTFormat.horizontalCellBorder(boolean newHorizontalCellBorder)
Whether the horizontal cell border (line between data cells) should be displayed.TXTFormat.horizontalHeaderBorder(boolean newHorizontalHeaderBorder)
Whether the horizontal header border (line between header and data cells) should be displayed.TXTFormat.horizontalTableBorder(boolean newHorizontalTableBorder)
Whether the horizontal table border (top and bottom line) should be displayed.TXTFormat.intersectLines(boolean newIntersectLines)
Whether horizontal and vertical lines should be intersected with a'+'
symbol.TXTFormat.maxColWidth(int newMaxColWidth)
The minimum column width, defaulting to no limit.TXTFormat.maxRows(int newMaxRows)
The maximum number of rows to be included in the format, defaulting to all rows.TXTFormat.minColWidth(int newMinColWidth)
The minimum column width, defaulting to 4TXTFormat.verticalCellBorder(boolean newVerticalCellBorder)
Whether the vertical cell borders (lines between data cells) should be displayed.TXTFormat.verticalTableBorder(boolean newVerticalTableBorder)
Whether the vertical table border (left and right most lines) should be displayed.Modifier and TypeMethodDescriptionvoid
Formattable.format(OutputStream stream, TXTFormat format)
LikeFormattable.format(TXTFormat)
, but the data is output onto anOutputStream
.void
LikeFormattable.format(TXTFormat)
, but the data is output onto aWriter
.@NotNull String
Get a simple formatted representation of this result. -
Uses of TXTFormat in org.jooq.impl