public static enum OracleSelectUnPivot.NullsIncludeType extends Enum<OracleSelectUnPivot.NullsIncludeType>
Enum Constant and Description |
---|
EXCLUDE_NULLS |
INCLUDE_NULLS |
Modifier and Type | Method and Description |
---|---|
static String |
toString(OracleSelectUnPivot.NullsIncludeType type,
boolean ucase) |
static OracleSelectUnPivot.NullsIncludeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleSelectUnPivot.NullsIncludeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleSelectUnPivot.NullsIncludeType INCLUDE_NULLS
public static final OracleSelectUnPivot.NullsIncludeType EXCLUDE_NULLS
public static OracleSelectUnPivot.NullsIncludeType[] values()
for (OracleSelectUnPivot.NullsIncludeType c : OracleSelectUnPivot.NullsIncludeType.values()) System.out.println(c);
public static OracleSelectUnPivot.NullsIncludeType 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 static String toString(OracleSelectUnPivot.NullsIncludeType type, boolean ucase)
Copyright © 2013–2017 Alibaba Group. All rights reserved.