WhereSetQueryComponent Class Reference

A where query that may contain other where queries (in brackets). More...

Inheritance diagram for WhereSetQueryComponent:
WhereQueryComponent QueryComponent

List of all members.

Public Member Functions

 __construct (array $wheres, $link_operator="and")
 Construct a subset of wheres.
 toStringNoLink ()
 Return the SQL without the link operator.

Detailed Description

A where query that may contain other where queries (in brackets).

Author:
Curverider Ltd
See also:
Query

Definition at line 349 of file query.php.


Constructor & Destructor Documentation

WhereSetQueryComponent::__construct ( array $  wheres,
link_operator = "and" 
)

Construct a subset of wheres.

Parameters:
array $wheres An array of WhereQueryComponent
string $link_operator How this where clause links with the previous clause, eg. "and" "or"

Definition at line 357 of file query.php.


Member Function Documentation

WhereSetQueryComponent::toStringNoLink (  ) 

Return the SQL without the link operator.

Reimplemented from WhereQueryComponent.

Definition at line 363 of file query.php.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sun May 19 00:01:25 2013 for Elgg by  doxygen 1.6.3