Interface SQLOrderComparator
-
- All Known Implementing Classes:
SQLOrderComparatorImpl
public interface SQLOrderComparatorDiffers from OrderByNode.OrderComparator by allowing aggregation functional terms, which my be ground. E.g. COUNT(), SUM(1) etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonConstantTermgetTerm()booleanisAscending()
-
-
-
Method Detail
-
isAscending
boolean isAscending()
-
getTerm
NonConstantTerm getTerm()
-
-