UpsertUpdateExpression.php
Same filename and directory in other branches
Namespace
Drupal\Core\Database\QueryFile
-
core/
lib/ Drupal/ Core/ Database/ Query/ UpsertUpdateExpression.php
View source
<?php
namespace Drupal\Core\Database\Query;
use Drupal\Core\Database\Expression;
/**
* A value object to handle an Upsert update expression.
*/
class UpsertUpdateExpression extends Expression {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| UpsertUpdateExpression | A value object to handle an Upsert update expression. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.