Upsert.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestPgsql

File

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

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

include_once dirname(__DIR__, 8) . '/pgsql/src/Driver/Database/pgsql/Upsert.php';
use Drupal\pgsql\Driver\Database\pgsql\Upsert as CoreUpsert;

/**
 * PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert.
 */
class Upsert extends CoreUpsert {

}

Classes

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

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