Home
last modified time | relevance | path

Searched refs:numDmlAffectedRows (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php46 public $numDmlAffectedRows; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse
151 public function setNumDmlAffectedRows($numDmlAffectedRows) argument
153 $this->numDmlAffectedRows = $numDmlAffectedRows;
160 return $this->numDmlAffectedRows;
H A DQueryResponse.php44 public $numDmlAffectedRows; variable in Google\\Service\\Bigquery\\QueryResponse
151 public function setNumDmlAffectedRows($numDmlAffectedRows) argument
153 $this->numDmlAffectedRows = $numDmlAffectedRows;
160 return $this->numDmlAffectedRows;
H A DJobStatistics2.php72 public $numDmlAffectedRows; variable in Google\\Service\\Bigquery\\JobStatistics2
339 public function setNumDmlAffectedRows($numDmlAffectedRows) argument
341 $this->numDmlAffectedRows = $numDmlAffectedRows;
348 return $this->numDmlAffectedRows;