Query::execute

abstract protected Query::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.

File

core/lib/Drupal/Core/Database/Query/Query.php, line 108

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

abstract protected function execute();
doc_Drupal
2016-10-29 09:35:23
Comments
Leave a Comment

Please login to continue.