function Truncate::compiled

File

core/lib/Drupal/Core/Database/Query/Truncate.php, line 46

Class

Truncate
General class for an abstracted TRUNCATE operation.

Namespace

Drupal\Core\Database\Query

Code

public function compiled() {
    return $this->condition
        ->compiled();
}

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