public function DatabaseStatementInterface::getQueryString

public DatabaseStatementInterface::getQueryString()

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

File

includes/database/database.inc, line 2011
Core systems for the database layer.

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();

© 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/DatabaseStatementInterface::getQueryString/7.x