NativeUpsert.php

Same filename in this branch
  1. 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestPgsql

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/NativeUpsert.php

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

use Drupal\Core\Database\Driver\pgsql\NativeUpsert as CoreNativeUpsert;

/**
 * PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert.
 */
class NativeUpsert extends CoreNativeUpsert {

}

Classes

Title Deprecated Summary
NativeUpsert PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.