Uses of Class
org.jboss.dna.graph.query.model.EquiJoinCondition

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

Uses of EquiJoinCondition in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.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.jboss.dna.graph.query.process
 

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

Uses of EquiJoinCondition in org.jboss.dna.graph.query.validate
 

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



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