|
Previous Page |
Solar_Sql_Select |
Next Page |
multiHaving()
public
Solar_Sql_Select
multiHaving (
array $list,
string $op default 'AND'
)
Adds multiple HAVING conditions to the query.
Parameters
- (array)
$list: An array of HAVING conditions. - (string)
$op: How to add the conditions, by 'AND' (the default) or by 'OR'.
Returns
- (Solar_Sql_Select)
Description
Adds multiple HAVING conditions to the query.
Otherwise identical to having()/orHaving().
See Also
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _exception()
- _join()
- _origAlias()
- apiVersion()
- bind()
- clear()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()