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.Nvl
Packages that use
QOM.Nvl
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.Nvl
in
org.jooq.impl
Methods in
org.jooq.impl
that return
QOM.Nvl
Modifier and Type
Method
Description
default @NotNull
QOM.Nvl
<
T
>
QOM.Nvl.
$defaultValue
(
Field
<
T
> newDefaultValue)
The default value if the other value is null.
default @NotNull
QOM.Nvl
<
T
>
QOM.Nvl.
$value
(
Field
<
T
> newValue)
The nullable value.