|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectisql.OrderBy
public class OrderBy
Applies the order by clause to a set of columns/values
| Constructor Summary | |
|---|---|
OrderBy(ILogger log)
Constructor |
|
| Method Summary | |
|---|---|
ColumnValuesWithRowsNumber |
applyOrderBy(java.util.List<ISQLSelectParser.OrderBy> lstOrderByColumn,
ColumnValuesWithRowsNumber valuesBefore)
Applies the ORDER BY clause |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderBy(ILogger log)
log - the logger| Method Detail |
|---|
public ColumnValuesWithRowsNumber applyOrderBy(java.util.List<ISQLSelectParser.OrderBy> lstOrderByColumn,
ColumnValuesWithRowsNumber valuesBefore)
throws ISQLException
lstOrderByColumn - the columns in the ORDER BY conditionvaluesBefore - the result set before the order by is applied
ISQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||