NativeUpsert.php in Drupal 8
File
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/NativeUpsert.phpView 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
Name | Description |
---|---|
NativeUpsert | PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert. |