API17:JDatabaseQuery::having
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQuery::having
Description
A conditions to the HAVING clause of the query.
Description:JDatabaseQuery::having [Edit Descripton]
Since
Synopsis
public JDatabaseQuery->having ($conditions, $glue='AND')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of columns. | |
| $glue | string | 'AND' | The glue by which to join the conditions. Defaults to AND. |
Returns
Returns this object to allow chaining.
Defined in
libraries/joomla/database/databasequery.php
Referenced by
See also
SeeAlso:JDatabaseQuery::having
Examples
<CodeExamplesForm />
