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