property Sql::$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.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php, line 57
Definition of Drupal\views\Plugin\views\query\Sql.

Class

Sql
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

var $having = array();