NativeUpsert.php
Same filename in this branch
Namespace
Drupal\driver_test\Driver\Database\DrivertestPgsqlFile
-
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.