Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d12472b2
Commit
d12472b2
authored
May 08, 2014
by
catch
Browse files
Issue
#2226501
by drunken monkey: Add execute() to the SelectInterface.
parent
749f7ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Database/Query/SelectInterface.php
View file @
d12472b2
...
...
@@ -478,6 +478,14 @@ public function isPrepared();
*/
public
function
preExecute
(
SelectInterface
$query
=
NULL
);
/**
* Runs the query against the database.
*
* @return \Drupal\Core\Database\StatementInterface|null
* A prepared statement, or NULL if the query is not valid.
*/
public
function
execute
();
/**
* Helper function to build most common HAVING conditional clauses.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment