org.modeshape.graph.query.process
Class JoinComponent

java.lang.Object
  extended by org.modeshape.graph.query.process.ProcessingComponent
      extended by org.modeshape.graph.query.process.JoinComponent
Direct Known Subclasses:
MergeJoinComponent, NestedLoopJoinComponent

public abstract class JoinComponent
extends ProcessingComponent


Method Summary
 JoinCondition getJoinCondition()
          Get the join condition.
 JoinType getJoinType()
          Get the type of join this processor represents.
 
Methods inherited from class org.modeshape.graph.query.process.ProcessingComponent
close, execute, getColumns, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJoinType

public final JoinType getJoinType()
Get the type of join this processor represents.

Returns:
the join type; never null

getJoinCondition

public final JoinCondition getJoinCondition()
Get the join condition.

Returns:
the join condition; never null


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