public function Truncate::compiled in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/Truncate.php \Drupal\Core\Database\Query\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\QueryCode
public function compiled() {
return $this->condition
->compiled();
}