public function DatabaseStatementBase::getQueryString

public 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 2214
Core systems for the database layer.

Class

DatabaseStatementBase
Default implementation of DatabaseStatementInterface.

Code

public function getQueryString() {
  return $this->queryString;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!database.inc/function/DatabaseStatementBase::getQueryString/7.x