Uses of Enum Class
org.jooq.impl.QOM.NullCallClause
-
Uses of QOM.NullCallClause in org.jooq.impl
Modifier and TypeMethodDescription@Nullable QOM.NullCallClause
QOM.CreateFunction.$returnsNullOnNullInput()
static QOM.NullCallClause
Returns the enum constant of this class with the specified name.static QOM.NullCallClause[]
QOM.NullCallClause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull QOM.CreateFunction
QOM.CreateFunction.$returnsNullOnNullInput
(QOM.NullCallClause returnsNullOnNullInput)