TYPO3 CMS  TYPO3_8-7
TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\SourceInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\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()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface::getJoinCondition ( )

Gets the join condition.

Returns
JoinConditionInterface the join condition; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Join.

◆ getJoinType()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface::getJoinType ( )

Gets the join type.

Returns
string one of QueryObjectModelConstants.JCR_JOIN_TYPE_*

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Join.

◆ getLeft()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface::getLeft ( )

Gets the left node-tuple source.

Returns
SelectorInterface the left source; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Join.

◆ getRight()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\JoinInterface::getRight ( )

Gets the right node-tuple source.

Returns
SelectorInterface the right source; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Join.