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