function SelectQuery::havingArguments

File

includes/database/select.inc, line 1155

Class

SelectQuery
Query builder for SELECT statements.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.