A Quasardb batch operation is at least an operation type associate with an alias. Some operation types need a value and/or a compare value. Operation types which doesn’t need a value are :
Operation types which needs a value are :
Operation type which needs a compare value are :
Please note that :
| Author: | © quasardb - 2014 |
|---|
Copy constructor : build a Quasardb batch operation with an operation type and an alias
| Parameters: |
|
|---|
Copy constructor : build a Quasardb batch operation with an operation type, an alias and a value
| Parameters: |
|
|---|
Copy constructor : build a Quasardb batch operation with an operation type, an alias, a value and a compare value
| Parameters: |
|
|---|
Get the compare value associated with the current batch operation.
| Returns: | Compare value associated with the current batch operation. |
|---|
Get operation’s type
| Returns: | Operation type to associated with the current batch operation. See TypeOperation |
|---|
Get the value associated with the current batch operation.
| Returns: | Value associated with the current batch operation. |
|---|
Set the compare value associated with the current batch operation.
| Parameters: |
|
|---|
Set operation’s type
| Parameters: |
|
|---|