Truncate.php

Namespace

Drupal\Core\Database\Driver\mysql

File

core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php

View source
<?php

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

Title Deprecated Summary
Truncate MySQL implementation of \Drupal\Core\Database\Query\Truncate.

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