|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OrderByItem
public class OrderByItem
Specification object to an element in the order-by expression.
Constructor Summary | |
---|---|
OrderByItem(ExprNode exprNode,
boolean ascending)
Ctor. |
Method Summary | |
---|---|
ExprNode |
getExprNode()
Returns the order-by expression node. |
boolean |
isDescending()
Returns true for ascending, false for descending. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderByItem(ExprNode exprNode, boolean ascending)
exprNode
- is the order-by expression nodeascending
- is true for ascending, or false for descending sortMethod Detail |
---|
public ExprNode getExprNode()
public boolean isDescending()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |