JDatabaseQueryMySQL::having: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JDatabaseQueryMySQL::having/11.1 to API17:JDatabaseQueryMySQL::having without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 21:25, 10 May 2013
JDatabaseQueryMySQL::having
Description
Template:Description:JDatabaseQueryMySQL::having [Edit Descripton]
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
Template:SeeAlso:JDatabaseQueryMySQL::having [Edit See Also]
User contributed notes
<CodeExamplesForm />