@PublicEvolving public enum JsonQueryWrapper extends Enum<JsonQueryWrapper> implements TableSymbol
BuiltInFunctionDefinitions.JSON_QUERY
into
an array.Enum Constant and Description |
---|
CONDITIONAL_ARRAY |
UNCONDITIONAL_ARRAY |
WITHOUT_ARRAY |
Modifier and Type | Method and Description |
---|---|
static JsonQueryWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonQueryWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonQueryWrapper WITHOUT_ARRAY
public static final JsonQueryWrapper CONDITIONAL_ARRAY
public static final JsonQueryWrapper UNCONDITIONAL_ARRAY
public static JsonQueryWrapper[] values()
for (JsonQueryWrapper c : JsonQueryWrapper.values()) System.out.println(c);
public static JsonQueryWrapper 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.