The conditional object for the HAVING clause.
Type: DatabaseCondition
File
- core/
includes/ database/ select.inc, line 933
Class
- SelectQuery
- Query builder for SELECT statements.
Code
protected $having;
The conditional object for the HAVING clause.
Type: DatabaseCondition
protected $having;