public function StatementInterface::getQueryString in Drupal 8
Same name and namespace in other branches
- 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.
3 methods override StatementInterface::getQueryString()
- Statement::getQueryString in core/
lib/ Drupal/ Core/ Database/ Statement.php - Gets the query string of this statement.
- StatementEmpty::getQueryString in core/
lib/ Drupal/ Core/ Database/ StatementEmpty.php - Gets the query string of this statement.
- 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 62
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\DatabaseCode
public function getQueryString();