Interface NCSqlSort
-
public interface NCSqlSort
Object presentation of SQL sorting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NCSqlColumn
getColumn()
Gets SQL column this sort is applied to.boolean
isAscending()
Gets sorting direction.
-
-
-
Method Detail
-
getColumn
NCSqlColumn getColumn()
Gets SQL column this sort is applied to.- Returns:
- SQL column this sort is applied to.
-
isAscending
boolean isAscending()
Gets sorting direction.- Returns:
True
for ascending sorting,false
for descending.
-
-