Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Select.php

function Select::forUpdate

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Database/Query/Select.php \Drupal\Core\Database\Query\Select::forUpdate()

Overrides Select::forUpdate

File

core/modules/sqlite/src/Driver/Database/sqlite/Select.php, line 12

Class

Select
SQLite implementation of \Drupal\Core\Database\Query\Select.

Namespace

Drupal\sqlite\Driver\Database\sqlite

Code

public function forUpdate($set = TRUE) {
    // SQLite does not support FOR UPDATE so nothing to do.
    return $this;
}
RSS feed
Powered by Drupal