function Select::forUpdate
Overrides Select::forUpdate
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Select.php, line 12
Class
- Select
- SQLite implementation of \Drupal\Core\Database\Query\Select.
Namespace
Drupal\Core\Database\Driver\sqliteCode
public function forUpdate($set = TRUE) {
// SQLite does not support FOR UPDATE so nothing to do.
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.