|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderNode | |
org.axiondb.engine.commands | AxionCommand implementations. |
org.axiondb.parser | SQL parser interface and implementation classes. |
Uses of OrderNode in org.axiondb.engine.commands |
Methods in org.axiondb.engine.commands that return OrderNode | |
OrderNode |
AxionQueryContext.getOrderBy(int i)
Gets the i th OrderNode in my order by clause. |
Methods in org.axiondb.engine.commands with parameters of type OrderNode | |
void |
AxionQueryContext.addOrderBy(OrderNode orderby)
Appends an OrderNode to the order by clause for this query |
Uses of OrderNode in org.axiondb.parser |
Methods in org.axiondb.parser that return OrderNode | |
OrderNode |
AxionSqlParser.SqlOrderByElem()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |