function SelectQuery_sqlite::forUpdate

Overrides SelectQuery::forUpdate

File

includes/database/sqlite/select.inc, line 17

Class

SelectQuery_sqlite
SQLite specific query builder for SELECT statements.

Code

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.