You are here

protected property Query::$sqlExpressions in Multiversion 8.2

Stores the SQL expressions used to build the SQL query.

The array is keyed by the expression alias and the values are the actual expressions.

An array of expressions.

Type: array

File

src/Entity/Query/Sql/Query.php, line 27

Class

Query

Namespace

Drupal\multiversion\Entity\Query\Sql

Code

protected $sqlExpressions = [];