Package org.basex.query.up.primitives.db
Class DBUpdate
java.lang.Object
org.basex.query.up.primitives.Update
org.basex.query.up.primitives.DataUpdate
org.basex.query.up.primitives.db.DBUpdate
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from class org.basex.query.up.primitives.DataUpdate
data -
Method Summary
Methods inherited from class org.basex.query.up.primitives.DataUpdate
data
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<DBUpdate>
-
apply
Applies this operation.- Throws:
QueryException- exception
-
prepare
Prepares this operation.- Throws:
QueryException- exception
-