Class RSDEngineRelation

Description

Implements a relation between two database tables.

The access restriction for this class should be treated as 'friendly' - only accessable by classes in the same package.

Located in /code/framework/RSDEngine/RSDEngineDBTable.php (line 5730)


	
			
Variable Summary
Method Summary
RSDEngineRelation RSDEngineRelation (String $fromTable, String $fromColumn, mixed $toTable, mixed $toColumn, mixed &$rsdEngineDBTable)
void toString ()
Variables
The $from = "" (line 5759)
  • var: starting point in TABLE.COLUMN notation. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
String $fromColumn = "" (line 5741)
  • var: The starting point column name. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
String $fromTable = "" (line 5735)
  • var: The starting point table name. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
RSDEngineDBTable $rsdEngineDBTable = null (line 5770)

The RSDEngineDBTable instance that created this instance.

The $to = "" (line 5765)
  • var: target in TABLE.COLUMN notation. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
String $toColumn = "" (line 5753)
  • var: The target column name. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
String $toTable = "" (line 5747)
  • var: The target table name. Is set in the construtor method.
  • see: RSDEngineRelation::RSDEngineRelation
Methods
Constructor RSDEngineRelation (line 5779)

Constructor method that initializes this instance.

RSDEngineRelation RSDEngineRelation (String $fromTable, String $fromColumn, mixed $toTable, mixed $toColumn, mixed &$rsdEngineDBTable)
  • String $fromTable: The target table name.
  • String $fromColumn: The target column name.
toString (line 5794)

Returns a literal representation of this relation.

void toString ()

Documentation generated on Mon, 8 Dec 2003 13:12:25 +0100 by phpDocumentor 1.2.3