protected property Query::$connection

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Database/Query/Query.php \Drupal\Core\Database\Query\Query::connection
  2. 8.x drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php \Drupal\field_sql_storage\Entity\Query::connection

The connection object on which to run this query.

Type: Drupal\Core\Database\Connection

File

drupal/core/lib/Drupal/Core/Database/Query/Query.php, line 26
Definition of Drupal\Core\Database\Query\Query

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

protected $connection;