SelectExtender::havingCompile

public SelectExtender::havingCompile(Connection $connection)

Compiles the HAVING clause for later retrieval.

Parameters

$connection: The database connection for which to compile the clause.

Overrides SelectInterface::havingCompile

File

core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 177

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function havingCompile(Connection $connection) {
  return $this->query->havingCompile($connection);
}
doc_Drupal
2016-10-29 09:41:33
Comments
Leave a Comment

Please login to continue.