function 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\DatabaseCode
public function getQueryString();