TYPO3  7.6
Public Member Functions | List of all members
JoinInterface Interface Reference
Inheritance diagram for JoinInterface:
SourceInterface Join

Public Member Functions

 getLeft ()
 
 getRight ()
 
 getJoinType ()
 
 getJoinCondition ()
 

Detailed Description

Performs a join between two node-tuple sources.

Definition at line 20 of file JoinInterface.php.

Member Function Documentation

getJoinCondition ( )

Gets the join condition.

Returns
JoinConditionInterface the join condition; non-null

Implemented in Join.

getJoinType ( )

Gets the join type.

Returns
string one of QueryObjectModelConstants.JCR_JOIN_TYPE_*

Implemented in Join.

getLeft ( )

Gets the left node-tuple source.

Returns
SelectorInterface the left source; non-null

Implemented in Join.

getRight ( )

Gets the right node-tuple source.

Returns
SelectorInterface the right source; non-null

Implemented in Join.