Uses of Enum Class
org.jooq.impl.QOM.JSONQueryBehavior
Packages that use QOM.JSONQueryBehavior
-
Uses of QOM.JSONQueryBehavior in org.jooq.impl
Subclasses with type arguments of type QOM.JSONQueryBehavior in org.jooq.implSubinterfaces with type arguments of type QOM.JSONQueryBehavior in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheJSON QUERYfunction.static interfaceTheJSON QUERYfunction.Methods in org.jooq.impl that return QOM.JSONQueryBehaviorModifier and TypeMethodDescriptiondefault @Nullable QOM.JSONQueryBehaviorQOM.JSONQuery.$onEmpty()default @Nullable QOM.JSONQueryBehaviorQOM.JSONQuery.$onError()static QOM.JSONQueryBehaviorReturns the enum constant of this class with the specified name.static QOM.JSONQueryBehavior[]QOM.JSONQueryBehavior.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.JSONQueryBehaviorModifier and TypeMethodDescriptiondefault @NotNull QOM.JSONQuery<T> QOM.JSONQuery.$onEmpty(QOM.JSONQueryBehavior newOnEmpty) default @NotNull QOM.JSONQuery<T> QOM.JSONQuery.$onError(QOM.JSONQueryBehavior newOnError)