Uses of Class
org.modeshape.graph.query.model.EquiJoinCondition

Packages that use EquiJoinCondition
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

Uses of EquiJoinCondition in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type EquiJoinCondition
 void Visitors.AbstractVisitor.visit(EquiJoinCondition obj)
          
 void Visitors.WalkAllVisitor.visit(EquiJoinCondition condition)
          
 void Visitors.ReadableVisitor.visit(EquiJoinCondition condition)
          
 void Visitor.visit(EquiJoinCondition obj)
           
 

Uses of EquiJoinCondition in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return EquiJoinCondition
protected  EquiJoinCondition SqlQueryParser.equiJoinCondition(SelectorName selector1, String property1, SelectorName selector2, String property2)
           
 

Uses of EquiJoinCondition in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan with parameters of type EquiJoinCondition
 void PlanUtil.RequiredColumnVisitor.visit(EquiJoinCondition condition)
          
 

Uses of EquiJoinCondition in org.modeshape.graph.query.process
 

Constructors in org.modeshape.graph.query.process with parameters of type EquiJoinCondition
MergeJoinComponent(QueryContext context, ProcessingComponent left, ProcessingComponent right, EquiJoinCondition condition, JoinType joinType)
           
 

Uses of EquiJoinCondition in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type EquiJoinCondition
 void Validator.visit(EquiJoinCondition obj)
          
 

Uses of EquiJoinCondition in org.modeshape.jcr.query.qom
 

Subclasses of EquiJoinCondition in org.modeshape.jcr.query.qom
 class JcrEquiJoinCondition
          Implementation of the equi-join condition for the JCR Query Object Model and the Graph API.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.