Uses of Enum Class
org.jooq.impl.QOM.JSONOnNull
Packages that use QOM.JSONOnNull
-
Uses of QOM.JSONOnNull in org.jooq.impl
Methods in org.jooq.impl that return QOM.JSONOnNullModifier and TypeMethodDescription@Nullable QOM.JSONOnNull
QOM.JSONArray.$onNull()
@Nullable QOM.JSONOnNull
QOM.JSONArrayAgg.$onNull()
@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.Methods in org.jooq.impl with parameters of type QOM.JSONOnNullModifier and TypeMethodDescription@NotNull QOM.JSONArray<T>
QOM.JSONArray.$onNull
(QOM.JSONOnNull onNull) @NotNull QOM.JSONObject<T>
QOM.JSONObject.$onNull
(QOM.JSONOnNull onNull)