Uses of Enum Class
org.jooq.impl.QOM.JSONOnNull
-
Uses of QOM.JSONOnNull in org.jooq.impl
Modifier and TypeMethodDescriptiondefault @Nullable QOM.JSONOnNull
QOM.JSONArray.$onNull()
@Nullable QOM.JSONOnNull
QOM.JSONArrayAgg.$onNull()
default @Nullable QOM.JSONOnNull
QOM.JSONObject.$onNull()
@Nullable QOM.JSONOnNull
QOM.JSONObjectAgg.$onNull()
static QOM.JSONOnNull
Returns the enum constant of this class with the specified name.static QOM.JSONOnNull[]
QOM.JSONOnNull.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault @NotNull QOM.JSONArray<T>
QOM.JSONArray.$onNull
(QOM.JSONOnNull newOnNull) default @NotNull QOM.JSONObject<T>
QOM.JSONObject.$onNull
(QOM.JSONOnNull newOnNull)