public function DatabaseStatementInterface::getQueryString

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

3 methods override DatabaseStatementInterface::getQueryString()
DatabaseStatementBase::getQueryString in drupal/includes/database/database.inc
Gets the query string of this statement.
DatabaseStatementEmpty::getQueryString in drupal/includes/database/database.inc
Gets the query string of this statement.
DatabaseStatementPrefetch::getQueryString in drupal/includes/database/prefetch.inc
Return the object's SQL query string.

File

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

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();