6 methods override Query::__toString()

Delete::__toString in drupal/core/lib/Drupal/Core/Database/Query/Delete.php
Implements PHP magic __toString method to convert the query to a string.
Insert::__toString in drupal/core/lib/Drupal/Core/Database/Query/Insert.php
Implements PHP magic __toString method to convert the query to a string.
Merge::__toString in drupal/core/lib/Drupal/Core/Database/Query/Merge.php
Implements PHP magic __toString method to convert the query to a string.
Select::__toString in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString in drupal/core/lib/Drupal/Core/Database/Query/Truncate.php
Implements PHP magic __toString method to convert the query to a string.
Update::__toString in drupal/core/lib/Drupal/Core/Database/Query/Update.php
Implements PHP magic __toString method to convert the query to a string.