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 TypeMethodDescription@NotNull TXTFormat
TXTFormat.horizontalCellBorder
(boolean newHorizontalCellBorder) Whether the horizontal cell border (line between data cells) should be displayed.@NotNull TXTFormat
TXTFormat.horizontalHeaderBorder
(boolean newHorizontalHeaderBorder) Whether the horizontal header border (line between header and data cells) should be displayed.@NotNull TXTFormat
TXTFormat.horizontalTableBorder
(boolean newHorizontalTableBorder) Whether the horizontal table border (top and bottom line) should be displayed.@NotNull TXTFormat
TXTFormat.intersectLines
(boolean newIntersectLines) Whether horizontal and vertical lines should be intersected with a'+'
symbol.@NotNull TXTFormat
TXTFormat.maxColWidth
(int newMaxColWidth) The minimum column width, defaulting to no limit.@NotNull TXTFormat
TXTFormat.maxRows
(int newMaxRows) The maximum number of rows to be included in the format, defaulting to all rows.@NotNull TXTFormat
TXTFormat.minColWidth
(int newMinColWidth) The minimum column width, defaulting to 4@NotNull TXTFormat
FormattingProvider.txtFormat()
@NotNull TXTFormat
TXTFormat.verticalCellBorder
(boolean newVerticalCellBorder) Whether the vertical cell borders (lines between data cells) should be displayed.@NotNull TXTFormat
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.Modifier and TypeMethodDescriptionstatic @NotNull CallbackFormattingProvider
FormattingProvider.onTxtFormat
(Supplier<? extends TXTFormat> newOnTxtFormat) Create anFormattingProvider
with aFormattingProvider.txtFormat()
implementation. -
Uses of TXTFormat in org.jooq.impl
Modifier and TypeMethodDescriptionfinal @NotNull TXTFormat
CallbackFormattingProvider.txtFormat()
DefaultFormattingProvider.txtFormat()
Modifier and TypeMethodDescriptionfinal void
final void
Modifier and TypeMethodDescriptionfinal @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onTxtFormat
(Supplier<? extends TXTFormat> newOnTxtFormat)