views_plugin_query_default::$having

An array of sections of the HAVING query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR.

Type: having

File

plugins/views_plugin_query_default.inc, line 43

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $having = array();