function StatementWrapperIterator::getQueryString
Overrides StatementInterface::getQueryString
1 call to StatementWrapperIterator::getQueryString()
- StatementWrapperIterator::execute in core/
lib/ Drupal/ Core/ Database/ StatementWrapperIterator.php - Executes a prepared statement.
File
-
core/
lib/ Drupal/ Core/ Database/ StatementWrapperIterator.php, line 152
Class
- StatementWrapperIterator
- StatementInterface iterator implementation.
Namespace
Drupal\Core\DatabaseCode
public function getQueryString() {
return $this->clientStatement->queryString;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.