public class SortOrder extends Object
Note that the sense (up or down) of the sort is selected separately than by this object.
| Modifier and Type | Field and Description |
|---|---|
static SortOrder |
NONE
SortOrder instance indicating the natural order of the data.
|
| Constructor and Description |
|---|
SortOrder(String[] expressions)
Constructs a new sort order based on a table column.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getExpressions()
Gives the expressions on which this table is based.
|
int |
hashCode() |
String |
toString() |
public static final SortOrder NONE
public SortOrder(String[] expressions)
expressions - list of JEL sort expressions,
most significant firstpublic String[] getExpressions()
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.