Jet\DataModel_Query_Having_Expression
The class represents a specific condition within the definition of the HAVING part of the query - it is a subentity of the Jet\DataModel_Query_Having class.
Inherits from class Jet\DataModel_Query_Where_Expression
Overview of methods
Method | Meaning of |
---|---|
public __construct( DataModel_Query_Select_Item $property, string $operator, mixed $value ) |
Parameters:
|
public getProperty( ) : DataModel_Query_Select_Item |
Returns the definition of the SELECT element to which the expression binds. |