Uses of Enum Class
io.trino.sql.tree.JsonExists.ErrorBehavior
Packages that use JsonExists.ErrorBehavior
-
Uses of JsonExists.ErrorBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonExists.ErrorBehaviorModifier and TypeMethodDescriptionJsonExists.getErrorBehavior()static JsonExists.ErrorBehaviorReturns the enum constant of this class with the specified name.static JsonExists.ErrorBehavior[]JsonExists.ErrorBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type JsonExists.ErrorBehaviorModifierConstructorDescriptionJsonExists(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, JsonExists.ErrorBehavior errorBehavior)