public final class DBDelete extends UpdatePrimitive
Function._DB_DELETE function.data, input, pre, type| Constructor and Description |
|---|
DBDelete(Data d,
java.lang.String k,
InputInfo info)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Applies this update primitive to the corresponding database.
|
void |
merge(UpdatePrimitive p)
Merges two update primitives, as they have the same target node.
|
int |
size()
Returns the total number of node operations.
|
compareTo, targetNode, updatepublic void merge(UpdatePrimitive p)
UpdatePrimitivemerge in class UpdatePrimitivep - primitive to merge withpublic void apply()
UpdatePrimitiveapply in class UpdatePrimitivepublic int size()
UpdatePrimitivesize in class UpdatePrimitive