public function Truncate::compiled

Implements Drupal\Core\Database\Query\ConditionInterface::compiled().

File

drupal/core/lib/Drupal/Core/Database/Query/Truncate.php, line 52
Definition of Drupal\Core\Database\Query\Truncate

Class

Truncate
General class for an abstracted TRUNCATE operation.

Namespace

Drupal\Core\Database\Query

Code

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