You are here

Truncate.php in Zircon Profile 8

File

core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Database\Driver\mysql\Truncate.
 */
namespace Drupal\Core\Database\Driver\mysql;

use Drupal\Core\Database\Query\Truncate as QueryTruncate;

/**
 * MySQL implementation of \Drupal\Core\Database\Query\Truncate.
 */
class Truncate extends QueryTruncate {

}

Classes

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