Lines Matching refs:database

60    * @param string $database Required. The database name. In the format:
66 public function batchGet($database, BatchGetDocumentsRequest $postBody, $optParams = []) argument
68 $params = ['database' => $database, 'postBody' => $postBody];
80 * @param string $database Required. The database name. In the format:
86 public function batchWrite($database, BatchWriteRequest $postBody, $optParams = []) argument
88 $params = ['database' => $database, 'postBody' => $postBody];
95 * @param string $database Required. The database name. In the format:
101 public function beginTransaction($database, BeginTransactionRequest $postBody, $optParams = []) argument
103 $params = ['database' => $database, 'postBody' => $postBody];
111 * @param string $database Required. The database name. In the format:
117 public function commit($database, CommitRequest $postBody, $optParams = []) argument
119 $params = ['database' => $database, 'postBody' => $postBody];
279 * @param string $database Required. The database name. In the format:
285 public function listen($database, ListenRequest $postBody, $optParams = []) argument
287 $params = ['database' => $database, 'postBody' => $postBody];
338 * @param string $database Required. The database name. In the format:
344 public function rollback($database, RollbackRequest $postBody, $optParams = []) argument
346 $params = ['database' => $database, 'postBody' => $postBody];
393 * @param string $database Required. The database name. In the format:
400 public function write($database, WriteRequest $postBody, $optParams = []) argument
402 $params = ['database' => $database, 'postBody' => $postBody];