PHP 클래스 Pinq\Queries\Common\Join\Filter\Equality

Matches on equality between the values from the inner and outer projections except for null.
저자: Elliot Levin ([email protected])
상속: implements Pinq\Queries\Common\Join\IFilter
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
__construct ( ElementProjection $outerKeyFunction, ElementProjection $innerKeyFunction )
getInnerKeyFunction ( ) : ElementProjection
getOuterKeyFunction ( ) : ElementProjection
getParameters ( )
getType ( )
update ( ElementProjection $outerKeyFunction, ElementProjection $innerKeyFunction ) : Equality
walk ( ExpressionWalker $walker )

메소드 상세

__construct() 공개 메소드

public __construct ( ElementProjection $outerKeyFunction, ElementProjection $innerKeyFunction )
$outerKeyFunction Pinq\Queries\Functions\ElementProjection
$innerKeyFunction Pinq\Queries\Functions\ElementProjection

getInnerKeyFunction() 공개 메소드

public getInnerKeyFunction ( ) : ElementProjection
리턴 Pinq\Queries\Functions\ElementProjection

getOuterKeyFunction() 공개 메소드

public getOuterKeyFunction ( ) : ElementProjection
리턴 Pinq\Queries\Functions\ElementProjection

getParameters() 공개 메소드

public getParameters ( )

getType() 공개 메소드

public getType ( )

update() 공개 메소드

public update ( ElementProjection $outerKeyFunction, ElementProjection $innerKeyFunction ) : Equality
$outerKeyFunction Pinq\Queries\Functions\ElementProjection
$innerKeyFunction Pinq\Queries\Functions\ElementProjection
리턴 Equality

walk() 공개 메소드

public walk ( ExpressionWalker $walker )
$walker Pinq\Expressions\ExpressionWalker