function StatementInterface::getQueryString
Gets the query string of this statement.
Return value
string The query string, in its form with placeholders.
4 methods override StatementInterface::getQueryString()
- Statement::getQueryString in core/
lib/ Drupal/ Core/ Database/ Statement.php - StatementEmpty::getQueryString in core/
lib/ Drupal/ Core/ Database/ StatementEmpty.php - StatementPrefetch::getQueryString in core/
lib/ Drupal/ Core/ Database/ StatementPrefetch.php - StatementWrapper::getQueryString in core/
lib/ Drupal/ Core/ Database/ StatementWrapper.php
File
-
core/
lib/ Drupal/ Core/ Database/ StatementInterface.php, line 45
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\DatabaseCode
public function getQueryString();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.