Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function DatabaseStatementBase::getQueryString
Gets the query string of this statement.
Return value
The query string, in its form with placeholders.
Overrides DatabaseStatementInterface::getQueryString
File
-
includes/
database/ database.inc, line 2294
Class
- DatabaseStatementBase
- Default implementation of DatabaseStatementInterface.
Code
public function getQueryString() {
return $this->queryString;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.