public function SelectQueryExtender::havingArguments

7.x select.inc public SelectQueryExtender::havingArguments()

File

drupal-7.x/includes/database/select.inc, line 650

Class

SelectQueryExtender
The base extender class for Select queries.

Code

public function havingArguments() {
  return $this->query->havingArguments();
}