Uses of Class
org.d2rq.db.op.OrderOp

Packages that use OrderOp
org.d2rq.algebra   
org.d2rq.db   
org.d2rq.db.op   
org.d2rq.db.op.util   
 

Uses of OrderOp in org.d2rq.algebra
 

Methods in org.d2rq.algebra with parameters of type OrderOp
 boolean NodeRelationProjecter.visitEnter(OrderOp original)
           
 boolean NodeRelationOrderer.visitEnter(OrderOp original)
           
 DatabaseOp NodeRelationProjecter.visitLeave(OrderOp original, DatabaseOp child)
          TODO: Can we push the projection down over the ordering?
 DatabaseOp NodeRelationOrderer.visitLeave(OrderOp original, DatabaseOp child)
          We can merge with an existing ORDER BY clause.
 

Uses of OrderOp in org.d2rq.db
 

Methods in org.d2rq.db with parameters of type OrderOp
 void SelectStatementBuilder.visitLeave(OrderOp table)
           
 

Uses of OrderOp in org.d2rq.db.op
 

Methods in org.d2rq.db.op with parameters of type OrderOp
 boolean OpVisitor.visitEnter(OrderOp table)
           
 boolean OpVisitor.Default.visitEnter(OrderOp table)
           
 void OpVisitor.visitLeave(OrderOp table)
           
 void OpVisitor.Default.visitLeave(OrderOp table)
           
 

Uses of OrderOp in org.d2rq.db.op.util
 

Methods in org.d2rq.db.op.util with parameters of type OrderOp
 boolean OpMutator.visitEnter(OrderOp original)
           
 DatabaseOp OpRenamer.visitLeave(OrderOp table, DatabaseOp child)
           
 DatabaseOp OpMutator.visitLeave(OrderOp original, DatabaseOp child)