You are here

Truncate.php in Drupal 9

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Truncate.php
View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

use Drupal\Core\Database\Driver\pgsql\Truncate as CoreTruncate;

/**
 * PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.
 */
class Truncate extends CoreTruncate {

}

Classes

Namesort descending Description
Truncate PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.