| Versionen | |
|---|---|
| drupal7 | public SelectQueryInterface::countQuery() |
Get the equivalent COUNT query of this query as a new query object.
A new SelectQuery object with no fields or expressions besides COUNT(*).
includes/
<?php
public function countQuery();
?>
Kommentare
Kommentar hinzufügen