public function StatementInterface::getQueryString in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/StatementInterface.php \Drupal\Core\Database\StatementInterface::getQueryString()
- 9 core/lib/Drupal/Core/Database/StatementInterface.php \Drupal\Core\Database\StatementInterface::getQueryString()
Gets the query string of this statement.
Return value
The query string, in its form with placeholders.
1 method overrides StatementInterface::getQueryString()
- StatementPrefetch::getQueryString in core/
lib/ Drupal/ Core/ Database/ StatementPrefetch.php - Gets the query string of this statement.
File
- core/
lib/ Drupal/ Core/ Database/ StatementInterface.php, line 45
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\DatabaseCode
public function getQueryString();