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:
  • $property
    Definition of the SELECT item to which the expression is bound.
  • $operator
    Expression operator.
  • $value
    Expression value.
public getProperty(
) : DataModel_Query_Select_Item
Returns the definition of the SELECT element to which the expression binds.
Previous chapter
Jet\DataModel_Query_Having
Next chapter
Jet\DataModel_Query_GroupBy