@PublicEvolving public enum JsonQueryOnEmptyOrError extends Enum<JsonQueryOnEmptyOrError> implements TableSymbol
BuiltInFunctionDefinitions.JSON_QUERY
in case a path expression is empty or
raises an error.Enum Constant and Description |
---|
EMPTY_ARRAY |
EMPTY_OBJECT |
ERROR |
NULL |
Modifier and Type | Method and Description |
---|---|
static JsonQueryOnEmptyOrError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonQueryOnEmptyOrError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonQueryOnEmptyOrError NULL
public static final JsonQueryOnEmptyOrError EMPTY_ARRAY
public static final JsonQueryOnEmptyOrError EMPTY_OBJECT
public static final JsonQueryOnEmptyOrError ERROR
public static JsonQueryOnEmptyOrError[] values()
for (JsonQueryOnEmptyOrError c : JsonQueryOnEmptyOrError.values()) System.out.println(c);
public static JsonQueryOnEmptyOrError valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.