You are here

6 methods override Query::execute() in Drupal 10

Delete::execute in core/lib/Drupal/Core/Database/Query/Delete.php
Executes the DELETE query.
Insert::execute in core/lib/Drupal/Core/Database/Query/Insert.php
Executes the insert query.
Merge::execute in core/lib/Drupal/Core/Database/Query/Merge.php
Executes the merge database query.
Truncate::execute in core/lib/Drupal/Core/Database/Query/Truncate.php
Executes the TRUNCATE query.
Update::execute in core/lib/Drupal/Core/Database/Query/Update.php
Executes the UPDATE query.
Upsert::execute in core/lib/Drupal/Core/Database/Query/Upsert.php
Executes the UPSERT operation.