UpsertUpdateExpression.php

Same filename and directory in other branches
  1. 11.x core/lib/Drupal/Core/Database/Query/UpsertUpdateExpression.php

Namespace

Drupal\Core\Database\Query

File

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.