onPHP

UpdateQuery Class Reference

 

UpdateQuery Class Reference
[Dynamic query builder]

Inheritance diagram for UpdateQuery:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 __construct ($table=null)
 __clone ()
 from ($table, $alias=null)
 
Returns:
UpdateQuery

 hasJoinedTable ($table)
 join ($table, LogicalObject $logic, $alias=null)
 
Returns:
UpdateQuery

 leftJoin ($table, LogicalObject $logic, $alias=null)
 
Returns:
UpdateQuery

 setTable ($table)
 
Returns:
UpdateQuery

 toDialectString (Dialect $dialect)

Private Attributes

 $joiner = null

Detailed Description

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


Constructor & Destructor Documentation

UpdateQuery::__construct ( table = null  ) 

Definition at line 22 of file UpdateQuery.class.php.

References InsertOrUpdateQuery::$table.


Member Function Documentation

UpdateQuery::__clone (  ) 

Definition at line 28 of file UpdateQuery.class.php.

UpdateQuery::from ( table,
alias = null 
)

Returns:
UpdateQuery

Implements JoinCapableQuery.

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

References InsertOrUpdateQuery::$table.

UpdateQuery::hasJoinedTable ( table  ) 

Implements JoinCapableQuery.

Definition at line 43 of file UpdateQuery.class.php.

References InsertOrUpdateQuery::$table.

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

Returns:
UpdateQuery

Implements JoinCapableQuery.

Definition at line 51 of file UpdateQuery.class.php.

References InsertOrUpdateQuery::$table.

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

Returns:
UpdateQuery

Implements JoinCapableQuery.

Definition at line 60 of file UpdateQuery.class.php.

References InsertOrUpdateQuery::$table.

UpdateQuery::setTable ( table  ) 

Returns:
UpdateQuery

Reimplemented from InsertOrUpdateQuery.

Definition at line 69 of file UpdateQuery.class.php.

References InsertOrUpdateQuery::$table.

UpdateQuery::toDialectString ( Dialect dialect  ) 

Reimplemented from QuerySkeleton.

Definition at line 76 of file UpdateQuery.class.php.

References Dialect::quoteField().

Here is the call graph for this function:


Member Data Documentation

UpdateQuery::$joiner = null [private]

Definition at line 20 of file UpdateQuery.class.php.


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Sat Jun 2 18:41:01 2007