- All Superinterfaces:
Scope
The
Formatter SPI parameter object.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionField<?> field()The input expression that is being formatted.voidPass the formatted output expression to the context.booleanmultiset()Whether the formatting request is made in aDSL.multiset(TableLike)context.DataType<?> type()TheDataTypethat is being formatted.Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
type
DataType<?> type()TheDataTypethat is being formatted. -
multiset
boolean multiset()Whether the formatting request is made in aDSL.multiset(TableLike)context. -
field
Field<?> field()The input expression that is being formatted. -
field
Pass the formatted output expression to the context.- Parameters:
formatted- The output expression.
-