Joiner Class Reference
[Dynamic query builder]

Inheritance diagram for Joiner:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 from (FromTable $from)
 
Returns:
Joiner

 hasJoinedTable ($table)
 getTablesCount ()
 join (SQLJoin $join)
 
Returns:
Joiner

 leftJoin (SQLLeftJoin $join)
 
Returns:
Joiner

 getLastTable ()
 toDialectString (Dialect $dialect)

Private Attributes

 $from = array()
 $tables = array()


Detailed Description

Definition at line 16 of file Joiner.class.php.


Member Function Documentation

Joiner::from ( FromTable from  ) 

Returns:
Joiner

Definition at line 24 of file Joiner.class.php.

Referenced by getLastTable(), getTablesCount(), join(), leftJoin(), and toDialectString().

Joiner::hasJoinedTable ( table  ) 

Definition at line 31 of file Joiner.class.php.

Joiner::getTablesCount (  ) 

Definition at line 36 of file Joiner.class.php.

References from().

Here is the call graph for this function:

Joiner::join ( SQLJoin join  ) 

Returns:
Joiner

Definition at line 44 of file Joiner.class.php.

References from(), and SQLBaseJoin::getTable().

Here is the call graph for this function:

Joiner::leftJoin ( SQLLeftJoin join  ) 

Returns:
Joiner

Definition at line 55 of file Joiner.class.php.

References from(), and SQLBaseJoin::getTable().

Here is the call graph for this function:

Joiner::getLastTable (  ) 

Definition at line 63 of file Joiner.class.php.

References from().

Here is the call graph for this function:

Joiner::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 71 of file Joiner.class.php.

References from().

Here is the call graph for this function:


Member Data Documentation

Joiner::$from = array() [private]

Definition at line 18 of file Joiner.class.php.

Joiner::$tables = array() [private]

Definition at line 19 of file Joiner.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:50 2007 for onPHP by  doxygen 1.5.4