JoinCapableQuery Interface Reference
[Dynamic query builder]

Inheritance diagram for JoinCapableQuery:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 from ($table, $alias=null)
 join ($table, LogicalObject $logic, $alias=null)
 leftJoin ($table, LogicalObject $logic, $alias=null)
 hasJoinedTable ($table)


Detailed Description

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


Member Function Documentation

JoinCapableQuery::from ( table,
alias = null 
)

Implemented in SelectQuery, and UpdateQuery.

JoinCapableQuery::join ( table,
LogicalObject logic,
alias = null 
)

Implemented in SelectQuery, and UpdateQuery.

Referenced by ProtoDAO::processPath().

JoinCapableQuery::leftJoin ( table,
LogicalObject logic,
alias = null 
)

Implemented in SelectQuery, and UpdateQuery.

Referenced by ProtoDAO::processPath().

JoinCapableQuery::hasJoinedTable ( table  ) 

Implemented in SelectQuery, and UpdateQuery.


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