function QueryExecutionVoidInterface::execute

Runs the query against the database.

1 method overrides QueryExecutionVoidInterface::execute()
Truncate::execute in core/lib/Drupal/Core/Database/Query/Truncate.php
Executes the TRUNCATE query.

File

core/lib/Drupal/Core/Database/Query/QueryExecutionVoidInterface.php, line 15

Class

QueryExecutionVoidInterface
Interface for queries whose execution does not return a value.

Namespace

Drupal\Core\Database\Query

Code

public function execute() : void;

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