public StatementInterface::getQueryString()
Gets the query string of this statement.
Return value
The query string, in its form with placeholders.
File
- core/lib/Drupal/Core/Database/StatementInterface.php, line 62
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\Database
Code
public function getQueryString();
Please login to continue.