1 select.inc public SelectQueryExtender::having($snippet, $args = array())

File

core/includes/database/select.inc, line 656

Class

SelectQueryExtender
The base extender class for Select queries.

Code

public function having($snippet, $args = array()) {
  $this->query->having($snippet, $args);
  return $this;
}