public final class DBStore extends UpdatePrimitive
Function._DB_STORE function.data, input, pre, type| Constructor and Description |
|---|
DBStore(Data d,
byte[] path,
Item it,
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()
throws QueryException
UpdatePrimitiveapply in class UpdatePrimitiveQueryException - exceptionpublic int size()
UpdatePrimitivesize in class UpdatePrimitive