function SelectInterface::execute
Runs the query against the database.
Return value
\Drupal\Core\Database\StatementInterface|null A prepared statement, or NULL if the query is not valid.
1 method overrides SelectInterface::execute()
- SelectExtender::execute in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php  - Runs the query against the database.
 
File
- 
              core/
lib/ Drupal/ Core/ Database/ Query/ SelectInterface.php, line 501  
Class
- SelectInterface
 - Interface definition for a Select Query object.
 
Namespace
Drupal\Core\Database\QueryCode
public function execute();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.