4.5.0, set for removal. Use enum ExasolAnalyticAggregateFunctions.@Deprecated public enum ExasolAnalyticFunction extends Enum<ExasolAnalyticFunction> implements FunctionName
| Enum Constant and Description |
|---|
ANY
Deprecated.
|
EVERY
Deprecated.
|
LISTAGG
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExasolAnalyticFunction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExasolAnalyticFunction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ExasolAnalyticFunction ANY
public static final ExasolAnalyticFunction EVERY
public static final ExasolAnalyticFunction LISTAGG
public static ExasolAnalyticFunction[] values()
for (ExasolAnalyticFunction c : ExasolAnalyticFunction.values()) System.out.println(c);
public static ExasolAnalyticFunction 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 © 2018–2021. All rights reserved.