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

File

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

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();