The Operation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Create integer/double add database operation.
|
![]() ![]() | Append |
Create string append database operation.
|
![]() ![]() | Array |
Create array of operations from varargs. This method can be useful when
its important to save identical array pointer references. Using varargs
directly always generates new references.
|
![]() ![]() | Delete |
Create delete record database operation.
|
![]() ![]() | Get |
Create read all record bins database operation.
|
![]() ![]() | Get(String) |
Create read bin database operation.
|
![]() ![]() | GetHeader |
Create read record header database operation.
|
![]() ![]() | IsWrite | |
![]() ![]() | Prepend |
Create string prepend database operation.
|
![]() ![]() | Put |
Create set database operation.
|
![]() ![]() | Touch |
Create touch record database operation.
|
See Also