Class QQReverseReferenceNode
Class QQReverseReferenceNode
Describes a foreign key relationship that links to the primary key in the parent table. Relationship can be unique (one-to-one) or not unique (many-to-one).
- QBaseClass
- QQNode
- QQTableNode
- QQReverseReferenceNode
Located at includes/framework/QQuery.class.php
public
|
#
__construct(
Construct the reverse reference. |
public
boolean
|
|
public
|
#
Join(
Join a node to the query. Since this is a reverse looking node, conditions control which items are joined. |
OverrideAttributes(),
__call()
|
protected
string
|
$strForeignKey
The name of the foreign key in the linked table. |
$blnExpandAsArray,
$blnIsType,
$objChildNodeArray,
$objParentNode,
$strAlias,
$strClassName,
$strFullAlias,
$strName,
$strPrimaryKey,
$strPropertyName,
$strRootTableName,
$strTableName,
$strType
|
$ExpandAsArray,
$IsType,
$_Alias,
$_ClassName,
$_Name,
$_ParentNode,
$_PrimaryKey,
$_PrimaryKeyNode,
$_PropertyName,
$_RootTableName,
$_TableName,
$_Type
|