function Query::execute

Runs the query against the database.

6 methods override Query::execute()
DeleteQuery::execute in includes/database/query.inc
Executes the DELETE query.
InsertQuery::execute in includes/database/query.inc
Executes the insert query.
MergeQuery::execute in includes/database/query.inc
Runs the query against the database.
SelectQuery::execute in includes/database/select.inc
Runs the query against the database.
TruncateQuery::execute in includes/database/query.inc
Executes the TRUNCATE query.

... See full list

File

includes/database/query.inc, line 366

Class

Query
Base class for query builders.

Code

abstract protected function execute();

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