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