cReferenceGraphItem::AddReference() - rstoetter/libsqlphp GitHub Wiki
Method AddReference( )
public mixed rstoetter\libsqlphp\cReferenceGraphItem::AddReference(\rstoetter\libsqlphp\cKEY_COLUMN_USAGE_Entry $obj)
- Namespace : rstoetter\libsqlphp
- Class name: cReferenceGraphItem
- This method is defined by rstoetter\libsqlphp\cReferenceGraphItem
The method AddReference adds a new reference to the managed array of reference pointers If this reference is still known it will not be added twice
Example:
Arguments
- $obj rstoetter\libsqlphp\cKEY_COLUMN_USAGE_Entry - <p>the reference to add</p>