Class DBUpdate

All Implemented Interfaces:
Comparable<DBUpdate>
Direct Known Subclasses:
DBAdd, DBDelete, DBFlush, DBOptimize, DBRename, DBStore, Put

public abstract class DBUpdate extends DataUpdate implements Comparable<DBUpdate>
Update that operates on a database but is not an update primitive. This task is carried out after all updates on the database have been made effective in the order of the UpdateType. Hence, changes made during a snapshot will be reflected by this task.
Author:
BaseX Team 2005-21, BSD License, Lukas Kircher