Uses of Class
io.trino.sql.tree.JsonExists.ErrorBehavior
-
Packages that use JsonExists.ErrorBehavior Package Description io.trino.sql.tree -
-
Uses of JsonExists.ErrorBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonExists.ErrorBehavior Modifier and Type Method Description JsonExists.ErrorBehaviorJsonExists. getErrorBehavior()static JsonExists.ErrorBehaviorJsonExists.ErrorBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonExists.ErrorBehavior[]JsonExists.ErrorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type JsonExists.ErrorBehavior Constructor Description JsonExists(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, JsonExists.ErrorBehavior errorBehavior)
-