1 select.inc | public SelectQueryExtender::having($snippet, $args = array()) |
File
- core/
includes/ database/ select.inc, line 741 - Contains classes and interfaces for Select queries.
Class
- SelectQueryExtender
- The base extender class for Select queries.
Code
public function having($snippet, $args = array()) {
$this->query->having($snippet, $args);
return $this;
}