Lines Matching refs:session

73    * @param string $session Required. The session in which the transaction runs.
78 public function beginTransaction($session, BeginTransactionRequest $postBody, $optParams = []) argument
80 $params = ['session' => $session, 'postBody' => $postBody];
97 * @param string $session Required. The session in which the transaction to be
103 public function commit($session, CommitRequest $postBody, $optParams = []) argument
105 $params = ['session' => $session, 'postBody' => $postBody];
160 * @param string $session Required. The session in which the DML statements
166 public function executeBatchDml($session, ExecuteBatchDmlRequest $postBody, $optParams = []) argument
168 $params = ['session' => $session, 'postBody' => $postBody];
182 * @param string $session Required. The session in which the SQL query should be
188 public function executeSql($session, ExecuteSqlRequest $postBody, $optParams = []) argument
190 $params = ['session' => $session, 'postBody' => $postBody];
200 * @param string $session Required. The session in which the SQL query should be
206 public function executeStreamingSql($session, ExecuteSqlRequest $postBody, $optParams = []) argument
208 $params = ['session' => $session, 'postBody' => $postBody];
264 * @param string $session Required. The session used to create the partitions.
269 public function partitionQuery($session, PartitionQueryRequest $postBody, $optParams = []) argument
271 $params = ['session' => $session, 'postBody' => $postBody];
289 * @param string $session Required. The session used to create the partitions.
294 public function partitionRead($session, PartitionReadRequest $postBody, $optParams = []) argument
296 $params = ['session' => $session, 'postBody' => $postBody];
310 * @param string $session Required. The session in which the read should be
316 public function read($session, ReadRequest $postBody, $optParams = []) argument
318 $params = ['session' => $session, 'postBody' => $postBody];
330 * @param string $session Required. The session in which the transaction to roll
336 public function rollback($session, RollbackRequest $postBody, $optParams = []) argument
338 $params = ['session' => $session, 'postBody' => $postBody];
348 * @param string $session Required. The session in which the read should be
354 public function streamingRead($session, ReadRequest $postBody, $optParams = []) argument
356 $params = ['session' => $session, 'postBody' => $postBody];