public class SortByClause extends Object
Primarily used to support sorting of Lists.
| Modifier and Type | Class and Description |
|---|---|
static class |
SortByClause.Property
A property of the SortByClause.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ASC
The ascending keyword.
|
static String |
DESC
The descending keyword.
|
static String |
NULLSHIGH |
static String |
NULLSLOW |
| Constructor and Description |
|---|
SortByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SortByClause.Property p)
Add a property to the sort by clause.
|
List<SortByClause.Property> |
getProperties()
Return the properties of the sort by clause.
|
int |
size()
Return the number of properties in the clause.
|
public static final String NULLSHIGH
public static final String NULLSLOW
public static final String ASC
public static final String DESC
public int size()
public List<SortByClause.Property> getProperties()
public void add(SortByClause.Property p)
Copyright © 2014. All Rights Reserved.