public function DatabaseStatementInterface::getQueryString

7.x database.inc public 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-7.x/includes/database/database.inc
Gets the query string of this statement.
DatabaseStatementEmpty::getQueryString in drupal-7.x/includes/database/database.inc
Gets the query string of this statement.
DatabaseStatementPrefetch::getQueryString in drupal-7.x/includes/database/prefetch.inc
Return the object's SQL query string.

File

drupal-7.x/includes/database/database.inc, line 1976
Core systems for the database layer.

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();