public final class OrderFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CASE_SENSITIVE
Makes upper case letters (e.g.
|
static int |
DESCENDING
Reverts the order from ascending (default) to descending.
|
static java.lang.String[] |
names |
static int |
NULLS_LAST
null values will be put last.
|
static int |
NULLS_ZERO
null values should be treated equal to zero (scalars only).
|
static int |
UNSIGNED
For scalars only: changes the comparison to unsigned (default is signed).
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
name(int e) |
public static final int DESCENDING
public static final int CASE_SENSITIVE
public static final int UNSIGNED
public static final int NULLS_LAST
public static final int NULLS_ZERO
public static final java.lang.String[] names