JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.impl.QOM.Round
Packages that use
QOM.Round
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.Round
in
org.jooq.impl
Methods in
org.jooq.impl
that return
QOM.Round
Modifier and Type
Method
Description
default @NotNull
QOM.Round
<
T
>
QOM.Round.
$decimals
(
Field
<
Integer
> newDecimals)
The decimals to round to.
default @NotNull
QOM.Round
<
T
>
QOM.Round.
$value
(
Field
<
T
> newValue)
The number to be rounded.