Update.php
Namespace
Drupal\Core\Database\Driver\sqliteFile
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Update.php
View source
<?php
namespace Drupal\Core\Database\Driver\sqlite;
use Drupal\Core\Database\Query\Update as QueryUpdate;
/**
* SQLite implementation of \Drupal\Core\Database\Query\Update.
*/
class Update extends QueryUpdate {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Update | SQLite implementation of \Drupal\Core\Database\Query\Update. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.