public static enum QueryResultSet.Collation extends Enum<QueryResultSet.Collation>
Enum Constant and Description |
---|
AGGREGATE |
CONCATENATE |
INTERLEAVE |
ORDERED_AGGREGATE |
Modifier and Type | Method and Description |
---|---|
static QueryResultSet.Collation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultSet.Collation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultSet.Collation CONCATENATE
public static final QueryResultSet.Collation INTERLEAVE
public static final QueryResultSet.Collation AGGREGATE
public static final QueryResultSet.Collation ORDERED_AGGREGATE
public static QueryResultSet.Collation[] values()
for (QueryResultSet.Collation c : QueryResultSet.Collation.values()) System.out.println(c);
public static QueryResultSet.Collation 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 © 2019 Neeve Research, LLC. All Rights Reserved.