public function StatementInterface::getQueryString

Gets the query string of this statement.

Return value

The query string, in its form with placeholders.

3 methods override StatementInterface::getQueryString()
Statement::getQueryString in drupal/core/lib/Drupal/Core/Database/Statement.php
Gets the query string of this statement.
StatementEmpty::getQueryString in drupal/core/lib/Drupal/Core/Database/StatementEmpty.php
Gets the query string of this statement.
StatementPrefetch::getQueryString in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Return the object's SQL query string.

File

drupal/core/lib/Drupal/Core/Database/StatementInterface.php, line 53
Definition of Drupal\Core\Database\StatementInterface

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getQueryString();