Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
query.inc
»
Query
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
abstract protected function Query::execute
Runs the query against the database.
6 methods override Query::execute()
DeleteQuery::execute
in drupal/
includes/
database/
query.inc
Executes the DELETE query.
InsertQuery::execute
in drupal/
includes/
database/
query.inc
Executes the insert query.
MergeQuery::execute
in drupal/
includes/
database/
query.inc
Runs the query against the database.
SelectQuery::execute
in drupal/
includes/
database/
select.inc
Runs the query against the database.
TruncateQuery::execute
in drupal/
includes/
database/
query.inc
Executes the TRUNCATE query.
... See full list
File
drupal/
includes/
database/
query.inc
, line 366
Non-specific Database query code. Used by all engines.
Class
Query
Base class for query builders.
Code
protected abstract
function
execute
();