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 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

Class

DatabaseStatementInterface
Represents a prepared statement.

Code

public function getQueryString();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.