You are here

public function SelectQueryInterface::__toString in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/SelectQueryInterface.php \Drupal\salesforce\SelectQueryInterface::__toString()
  2. 5.0.x src/SelectQueryInterface.php \Drupal\salesforce\SelectQueryInterface::__toString()

Return the query as a string.

Return value

string The url-encoded query string.

2 methods override SelectQueryInterface::__toString()
SelectQuery::__toString in src/SelectQuery.php
Return the query as a string.
SelectQueryRaw::__toString in src/SelectQueryRaw.php
Return the query as a string.

File

src/SelectQueryInterface.php, line 16

Class

SelectQueryInterface
A SOQL query interface.

Namespace

Drupal\salesforce

Code

public function __toString();