public final class DBRename extends UpdatePrimitive
Function._DB_RENAME function.data, input, pre, type| Constructor and Description |
|---|
DBRename(Data d,
java.lang.String src,
java.lang.String trg,
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) throws QueryException
UpdatePrimitivemerge in class UpdatePrimitivep - primitive to merge withQueryException - exceptionpublic void apply()
UpdatePrimitiveapply in class UpdatePrimitivepublic int size()
UpdatePrimitivesize in class UpdatePrimitive