1 select.inc | public SelectQuery::where($snippet, $args = array()) |
Implements QueryConditionInterface::where().
Return value
Overrides QueryConditionInterface::where
File
- core/
includes/ database/ select.inc, line 1106
Class
- SelectQuery
- Query builder for SELECT statements.
Code
public function where($snippet, $args = array()) {
$this->where->where($snippet, $args);
return $this;
}