You are here

9 methods override Query::__toString() in Drupal 10

Delete::__toString in core/lib/Drupal/Core/Database/Query/Delete.php
Implements PHP magic __toString method to convert the query to a string.
Insert::__toString in core/lib/Drupal/Core/Database/Query/Insert.php
Implements PHP magic __toString method to convert the query to a string.
Merge::__toString in core/lib/Drupal/Core/Database/Query/Merge.php
Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString in core/lib/Drupal/Core/Database/Query/Truncate.php
Implements PHP magic __toString method to convert the query to a string.
Update::__toString in core/lib/Drupal/Core/Database/Query/Update.php
Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString in core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php
Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString in core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php
Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString in core/modules/mysql/src/Driver/Database/mysql/Upsert.php
Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString in core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php
Implements PHP magic __toString method to convert the query to a string.