public final class ReplaceValue extends UpdatePrimitive
data, input, pre, type| Constructor and Description |
|---|
ReplaceValue(int p,
Data d,
InputInfo i,
byte[] v)
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.
|
java.lang.String |
toString() |
compareTo, targetNode, updatepublic void apply()
UpdatePrimitiveapply in class UpdatePrimitivepublic void merge(UpdatePrimitive p) throws QueryException
UpdatePrimitivemerge in class UpdatePrimitivep - primitive to merge withQueryException - exceptionpublic int size()
UpdatePrimitivesize in class UpdatePrimitivepublic java.lang.String toString()
toString in class java.lang.Object