public static class SortByClause.Property extends Object implements Serializable
| Constructor and Description |
|---|
SortByClause.Property(String name,
boolean ascending,
Boolean nullsHigh) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the property name.
|
Boolean |
getNullsHigh() |
boolean |
isAscending()
Return true if the order should be ascending.
|
String |
toString() |
Copyright © 2014. All Rights Reserved.