|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.sqlutil.parsql.OrderBy
An SQL query ORDER BY clause.
Constructor Summary | |
OrderBy(ExpSelConst e)
|
Method Summary | |
boolean |
getAscOrder()
Get the order (ascending or descending) |
ExpSelConst |
getExpression()
Get the ORDER BY expression. |
void |
setAscOrder(boolean a)
Set the order to ascending or descending (defailt is ascending order). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OrderBy(ExpSelConst e)
Method Detail |
public void setAscOrder(boolean a)
a
- true for ascending order, false for descending order.public boolean getAscOrder()
public ExpSelConst getExpression()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |