ModeShape Distribution 3.0.0.CR1

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

Packages that use EquiJoinCondition
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.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.jcr.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.jcr.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.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

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

Methods in org.modeshape.jcr.query.model that return EquiJoinCondition
 EquiJoinCondition QueryObjectModelFactory.equiJoinCondition(String selector1Name, String property1Name, String selector2Name, String property2Name)
           
 

Methods in org.modeshape.jcr.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.jcr.query.parse
 

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

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

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

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

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

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

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


ModeShape Distribution 3.0.0.CR1

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