abstract protected function Query::execute

Same name in this branch

Runs the query against the database.

6 methods override Query::execute()
Delete::execute in drupal/core/lib/Drupal/Core/Database/Query/Delete.php
Executes the DELETE query.
Insert::execute in drupal/core/lib/Drupal/Core/Database/Query/Insert.php
Executes the insert query.
Merge::execute in drupal/core/lib/Drupal/Core/Database/Query/Merge.php
Runs the query against the database.
Select::execute in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Runs the query against the database.
Truncate::execute in drupal/core/lib/Drupal/Core/Database/Query/Truncate.php
Executes the TRUNCATE query.

... See full list

File

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

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

protected abstract function execute();