| Interface | Description |
|---|---|
| Operation |
Operation interface.
|
| Class | Description |
|---|---|
| Abort |
assert operation.Refer to RFC 7047 Section 5.2.
|
| Assert |
assert operation.Refer to RFC 7047 Section 5.2.
|
| Comment |
comment operation.Refer to RFC 7047 Section 5.2.
|
| Commit |
commit operation.Refer to RFC 7047 Section 5.2.
|
| Delete |
delete operation.Refer to RFC 7047 Section 5.2.
|
| Insert |
insert operation.Refer to RFC 7047 Section 5.2.
|
| Mutate |
mutate operation.Refer to RFC 7047 Section 5.2.
|
| Select |
select operation.Refer to RFC 7047 Section 5.2.
|
| Update |
update operation.Refer to RFC 7047 Section 5.2.
|
| Enum | Description |
|---|---|
| Operation.Operations |
Operations must be "insert", "select", "update", "mutate", "delete",
"commit", "abort", "comment", "assert".
|