QdbBatchInteger Methods |
The QdbBatchInteger type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a "Add" operation to the batch: "Atomically adds the given value to the current value."
| |
Get |
Adds a "Get" operation to the batch: "Read the value of the integer."
| |
HasTag |
Adds a "HasTag" operation to the batch: "Checks if the entry has the specified tag."
(Inherited from QdbBatchEntry.) | |
Put |
Adds a "Put" operation to the batch: "Creates a new integer. Errors if the integer already exists."
| |
Update |
Adds a "Update" operation to the batch: "Updates an existing integer or creates one if it does not exist."
|