6 methods override Query::execute()

DeleteQuery::execute in drupal/includes/database/query.inc
Executes the DELETE query.
InsertQuery::execute in drupal/includes/database/query.inc
Executes the insert query.
MergeQuery::execute in drupal/includes/database/query.inc
Runs the query against the database.
SelectQuery::execute in drupal/includes/database/select.inc
Runs the query against the database.
TruncateQuery::execute in drupal/includes/database/query.inc
Executes the TRUNCATE query.
UpdateQuery::execute in drupal/includes/database/query.inc
Executes the UPDATE query.