Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Query.php
»
Query
»
Query::execute
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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.
Update::execute
in drupal/
core/
lib/
Drupal/
Core/
Database/
Query/
Update.php
Executes the UPDATE query.