EquiJoinConditionInterface extends JoinConditionInterface

Tests whether the childSelector node is a child of the parentSelector node. A node-tuple satisfies the constraint only if: childSelectorNode.getParent().isSame(parentSelectorNode) would return true, where childSelectorNode is the node for childSelector and parentSelectorNode is the node for parentSelector.

Table of Contents

Methods

getChildSelectorName()  : string
Gets the name of the child selector.
getParentSelectorName()  : string
Gets the name of the parent selector.
getSelector1Name()  : string
Gets the name of the first selector.

Methods

getChildSelectorName()

Gets the name of the child selector.

public getChildSelectorName() : string
Return values
string

the selector name; non-null

getParentSelectorName()

Gets the name of the parent selector.

public getParentSelectorName() : string
Return values
string

the selector name; non-null

getSelector1Name()

Gets the name of the first selector.

public getSelector1Name() : string
Return values
string

the selector name; non-null


        
On this page

Search results