interface SelectQueryInterface in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 src/SelectQueryInterface.php \Drupal\salesforce\SelectQueryInterface
- 5.0.x src/SelectQueryInterface.php \Drupal\salesforce\SelectQueryInterface
A SOQL query interface.
Hierarchy
- interface \Drupal\salesforce\SelectQueryInterface
Expanded class hierarchy of SelectQueryInterface
All classes that implement SelectQueryInterface
5 files declare their use of SelectQueryInterface
- QueryResult.php in src/
Commands/ QueryResult.php - RestClient.php in src/
Rest/ RestClient.php - RestClientInterface.php in src/
Rest/ RestClientInterface.php - SalesforceQueryEvent.php in modules/
salesforce_mapping/ src/ Event/ SalesforceQueryEvent.php - TestRestClient.php in src/
Tests/ TestRestClient.php
File
- src/
SelectQueryInterface.php, line 8
Namespace
Drupal\salesforceView source
interface SelectQueryInterface {
/**
* Return the query as a string.
*
* @return string
* The url-encoded query string.
*/
public function __toString();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SelectQueryInterface:: |
public | function | Return the query as a string. | 2 |