Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 105) sorted by path

12345

/plugin/aceeditor/
H A Dbuild.js1 …me|table_statistics|tables|tablespace|temporary|terminated|to|trailing|transaction|trigger|trigger…
/plugin/airtable/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php235 public $transaction; variable in Google_BeginTransactionResponse
243 $this->transaction = $transaction;
246 return $this->transaction;
285 public $transaction; variable in Google_CommitRequest
293 $this->transaction = $transaction;
296 return $this->transaction;
832 public $transaction; variable in Google_ReadOptions
840 $this->transaction = $transaction;
843 return $this->transaction;
848 public $transaction; variable in Google_RollbackRequest
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DEcommerceData.php81 public function setTransaction(TransactionData $transaction) argument
83 $this->transaction = $transaction;
90 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DBeginTransactionResponse.php25 public $transaction; variable in Google\\Service\\Datastore\\BeginTransactionResponse
30 public function setTransaction($transaction) argument
32 $this->transaction = $transaction;
39 return $this->transaction;
H A DCommitRequest.php32 public $transaction; variable in Google\\Service\\Datastore\\CommitRequest
65 public function setTransaction($transaction) argument
67 $this->transaction = $transaction;
74 return $this->transaction;
H A DReadOptions.php33 public $transaction; variable in Google\\Service\\Datastore\\ReadOptions
66 public function setTransaction($transaction) argument
68 $this->transaction = $transaction;
75 return $this->transaction;
H A DRollbackRequest.php25 public $transaction; variable in Google\\Service\\Datastore\\RollbackRequest
30 public function setTransaction($transaction) argument
32 $this->transaction = $transaction;
39 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirestore.php356 'transaction' => [
400 'transaction' => [
454 'transaction' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsRequest.php38 public $transaction; variable in Google\\Service\\Firestore\\BatchGetDocumentsRequest
99 public function setTransaction($transaction) argument
101 $this->transaction = $transaction;
108 return $this->transaction;
H A DBatchGetDocumentsResponse.php35 public $transaction; variable in Google\\Service\\Firestore\\BatchGetDocumentsResponse
82 public function setTransaction($transaction) argument
84 $this->transaction = $transaction;
91 return $this->transaction;
H A DBeginTransactionResponse.php25 public $transaction; variable in Google\\Service\\Firestore\\BeginTransactionResponse
30 public function setTransaction($transaction) argument
32 $this->transaction = $transaction;
39 return $this->transaction;
H A DCommitRequest.php26 public $transaction; variable in Google\\Service\\Firestore\\CommitRequest
33 public function setTransaction($transaction) argument
35 $this->transaction = $transaction;
42 return $this->transaction;
H A DRollbackRequest.php25 public $transaction; variable in Google\\Service\\Firestore\\RollbackRequest
30 public function setTransaction($transaction) argument
32 $this->transaction = $transaction;
39 return $this->transaction;
H A DRunAggregationQueryRequest.php33 public $transaction; variable in Google\\Service\\Firestore\\RunAggregationQueryRequest
80 public function setTransaction($transaction) argument
82 $this->transaction = $transaction;
89 return $this->transaction;
H A DRunAggregationQueryResponse.php31 public $transaction; variable in Google\\Service\\Firestore\\RunAggregationQueryResponse
64 public function setTransaction($transaction) argument
66 $this->transaction = $transaction;
73 return $this->transaction;
H A DRunQueryRequest.php33 public $transaction; variable in Google\\Service\\Firestore\\RunQueryRequest
80 public function setTransaction($transaction) argument
82 $this->transaction = $transaction;
89 return $this->transaction;
H A DRunQueryResponse.php35 public $transaction; variable in Google\\Service\\Firestore\\RunQueryResponse
82 public function setTransaction($transaction) argument
84 $this->transaction = $transaction;
91 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSettlementTransaction.php78 public function setTransaction(SettlementTransactionTransaction $transaction) argument
80 $this->transaction = $transaction;
87 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DExecuteBatchDmlRequest.php79 public function setTransaction(TransactionSelector $transaction) argument
81 $this->transaction = $transaction;
88 return $this->transaction;
H A DExecuteSqlRequest.php184 public function setTransaction(TransactionSelector $transaction) argument
186 $this->transaction = $transaction;
193 return $this->transaction;
H A DPartitionQueryRequest.php96 public function setTransaction(TransactionSelector $transaction) argument
98 $this->transaction = $transaction;
105 return $this->transaction;
H A DPartitionReadRequest.php115 public function setTransaction(TransactionSelector $transaction) argument
117 $this->transaction = $transaction;
124 return $this->transaction;
H A DPartitionResponse.php45 public function setTransaction(Transaction $transaction) argument
47 $this->transaction = $transaction;
54 return $this->transaction;
H A DReadRequest.php169 public function setTransaction(TransactionSelector $transaction) argument
171 $this->transaction = $transaction;
178 return $this->transaction;

12345