An array of fields keyed by the field alias.
Each entry correlates to the arguments of \Drupal\Core\Database\Query\SelectInterface::addField(), so the first one is the table alias, the second one the field and the last one optional the field alias.
Type: array
File
- core/lib/Drupal/Core/Entity/Query/Sql/Query.php, line 34
Class
- Query
- The SQL storage entity query class.
Namespace
Drupal\Core\Entity\Query\Sql
Code
protected $sqlFields = array();
Please login to continue.