javax.jcr.query.qom
Interface Join

All Superinterfaces:
Source

public interface Join
extends Source

Performs a join between two node-tuple sources.

Since:
JCR 2.0

Method Summary
 JoinCondition getJoinCondition()
          Gets the join condition.
 java.lang.String getJoinType()
          Gets the join type.
 Source getLeft()
          Gets the left node-tuple source.
 Source getRight()
          Gets the right node-tuple source.
 

Method Detail

getLeft

Source getLeft()
Gets the left node-tuple source.

Returns:
the left source; non-null

getRight

Source getRight()
Gets the right node-tuple source.

Returns:
the right source; non-null

getJoinType

java.lang.String getJoinType()
Gets the join type.

Returns:
either

getJoinCondition

JoinCondition getJoinCondition()
Gets the join condition.

Returns:
the join condition; non-null


Copyright © 2009 Day Software. All Rights Reserved.