public enum SqlJsonQueryEmptyOrErrorBehavior extends Enum<SqlJsonQueryEmptyOrErrorBehavior>
| Enum Constant and Description |
|---|
EMPTY_ARRAY |
EMPTY_OBJECT |
ERROR |
NULL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SqlJsonQueryEmptyOrErrorBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlJsonQueryEmptyOrErrorBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlJsonQueryEmptyOrErrorBehavior ERROR
public static final SqlJsonQueryEmptyOrErrorBehavior NULL
public static final SqlJsonQueryEmptyOrErrorBehavior EMPTY_ARRAY
public static final SqlJsonQueryEmptyOrErrorBehavior EMPTY_OBJECT
public static SqlJsonQueryEmptyOrErrorBehavior[] values()
for (SqlJsonQueryEmptyOrErrorBehavior c : SqlJsonQueryEmptyOrErrorBehavior.values()) System.out.println(c);
public static SqlJsonQueryEmptyOrErrorBehavior 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 nullpublic String toString()
toString in class Enum<SqlJsonQueryEmptyOrErrorBehavior>Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.