1 select.inc public SelectQuery::havingArguments()

Returns all the arguments used within a HAVING clause.

Return value

array: The arguments used within a HAVING clause.

File

core/includes/database/select.inc, line 1414
Contains classes and interfaces for Select queries.

Class

SelectQuery
Query builder for SELECT statements.

Code

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