Uses of Class
org.axiondb.OrderNode

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 OrderNodein my order by clause.
 

Methods in org.axiondb.engine.commands with parameters of type OrderNode
 void AxionQueryContext.addOrderBy(OrderNode orderby)
          Appends an OrderNodeto 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()