API17:JDatabaseQueryMySQL::having
From Joomla! Documentation
JDatabaseQueryMySQL::having
Description
public function having (
$conditions
$glue='AND'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of columns. | |
| $glue | string | 'AND' | $glue |
- Returns Returns this object to allow chaining.
- Defined on line 267 of libraries/joomla/database/database/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::having source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::having
User contributed notes
Code Examples