public function StatementInterface::getQueryString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 67 - Contains \Drupal\Core\Database\StatementInterface.
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\DatabaseCode
public function getQueryString();