You are here

property Sql::$having in Views (for Drupal 7) 8.3

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

lib/Drupal/views/Plugin/views/query/Sql.php, line 56
Definition of Drupal\views\Plugin\views\query\Sql.

Class

Sql
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

var $having = array();