Update::execute

public function Update::execute

public Update::execute()

Executes the UPDATE query.

Return value

The number of rows matched by the update query. This includes rows that actually didn't have to be updated because the values didn't change.

Overrides Query::execute

File

core/lib/Drupal/Core/Database/Query/Update.php, line 120

Class

Update
General class for