You are here

public function QueryResult::getQuery in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Commands/QueryResult.php \Drupal\salesforce\Commands\QueryResult::getQuery()
  2. 8.3 src/Commands/QueryResult.php \Drupal\salesforce\Commands\QueryResult::getQuery()

Getter for query.

Return value

\Drupal\salesforce\SelectQuery The query.

File

src/Commands/QueryResult.php, line 80

Class

QueryResult
Adds structured metadata to RowsOfFieldsWithMetadata.

Namespace

Drupal\salesforce\Commands

Code

public function getQuery() {
  return $this->query;
}