public function Statement::getQueryString

public Statement::getQueryString()

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

Overrides StatementInterface::getQueryString

File

core/lib/Drupal/Core/Database/Statement.php, line 72

Class

Statement
Default implementation of StatementInterface.

Namespace

Drupal\Core\Database

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/core!lib!Drupal!Core!Database!Statement.php/function/Statement::getQueryString/8.1.x