You are here

6 methods override Query::__toString() in Drupal 7

DeleteQuery::__toString in includes/database/query.inc
Implements PHP magic __toString method to convert the query to a string.
InsertQuery::__toString in includes/database/query.inc
Implements PHP magic __toString method to convert the query to a string.
MergeQuery::__toString in includes/database/query.inc
Implements PHP magic __toString method to convert the query to a string.
SelectQuery::__toString in includes/database/select.inc
Implements PHP magic __toString method to convert the query to a string.
TruncateQuery::__toString in includes/database/query.inc
Implements PHP magic __toString method to convert the query to a string.
UpdateQuery::__toString in includes/database/query.inc
Implements PHP magic __toString method to convert the query to a string.