function StatementInterface::getQueryString

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/StatementInterface.php \Drupal\Core\Database\StatementInterface::getQueryString()
  2. 8.9.x core/lib/Drupal/Core/Database/StatementInterface.php \Drupal\Core\Database\StatementInterface::getQueryString()
  3. 10 core/lib/Drupal/Core/Database/StatementInterface.php \Drupal\Core\Database\StatementInterface::getQueryString()

Gets the query string of this statement.

Return value

string The query string, in its form with placeholders.

2 methods override StatementInterface::getQueryString()
StatementPrefetchIterator::getQueryString in core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
Gets the query string of this statement.
StatementWrapperIterator::getQueryString in core/lib/Drupal/Core/Database/StatementWrapperIterator.php
Gets the query string of this statement.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 43

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getQueryString();

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