Package org.basex.query.up.atomic
Class BasicUpdate
- java.lang.Object
-
- org.basex.query.up.atomic.BasicUpdate
-
public abstract class BasicUpdate extends Object
Abstract atomic update. Atomic updates can only be initialized viaAtomicUpdateCache
.- Author:
- BaseX Team 2005-24, BSD License, Lukas Kircher
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicUpdate
merge(Data data, BasicUpdate update)
Merges the given update and this update if possible.String
toString()
-
-
-
Method Detail
-
merge
public BasicUpdate merge(Data data, BasicUpdate update)
Merges the given update and this update if possible.- Parameters:
data
- data referenceupdate
- update to merge with- Returns:
- merged atomic update, or
null
if merge not possible
-
-