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