@Deprecated public static enum SqlCovarAggFunction.Subtype extends Enum<SqlCovarAggFunction.Subtype>
| Enum Constant and Description |
|---|
COVAR_POP
Deprecated.
|
COVAR_SAMP
Deprecated.
|
REGR_SXX
Deprecated.
|
REGR_SYY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlCovarAggFunction.Subtype |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SqlCovarAggFunction.Subtype[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlCovarAggFunction.Subtype COVAR_POP
public static final SqlCovarAggFunction.Subtype COVAR_SAMP
public static final SqlCovarAggFunction.Subtype REGR_SXX
public static final SqlCovarAggFunction.Subtype REGR_SYY
public static SqlCovarAggFunction.Subtype[] values()
for (SqlCovarAggFunction.Subtype c : SqlCovarAggFunction.Subtype.values()) System.out.println(c);
public static SqlCovarAggFunction.Subtype 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 © 2012-2022 Apache Software Foundation. All Rights Reserved.