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