JoinInterface extends SourceInterface
Performs a join between two node-tuple sources.
Table of Contents
Methods
- getJoinCondition() : JoinConditionInterface
- Gets the join condition.
- getJoinType() : string
- Gets the join type.
- getLeft() : SelectorInterface
- Gets the left node-tuple source.
- getRight() : SelectorInterface
- Gets the right node-tuple source.
Methods
getJoinCondition()
Gets the join condition.
public
getJoinCondition() : JoinConditionInterface
Return values
JoinConditionInterface —the join condition; non-null
getJoinType()
Gets the join type.
public
getJoinType() : string
Return values
string —one of QueryObjectModelConstants.JCR_JOIN_TYPE_*
getLeft()
Gets the left node-tuple source.
public
getLeft() : SelectorInterface
Return values
SelectorInterface —the left source; non-null
getRight()
Gets the right node-tuple source.
public
getRight() : SelectorInterface
Return values
SelectorInterface —the right source; non-null