Package org.basex.query.up.primitives.db
Class DBStore
java.lang.Object
org.basex.query.up.primitives.Update
org.basex.query.up.primitives.DataUpdate
org.basex.query.up.primitives.db.DBUpdate
org.basex.query.up.primitives.db.DBStore
- All Implemented Interfaces:
Comparable<DBUpdate>
Update primitive for the
Function._DB_STORE function.- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields inherited from class org.basex.query.up.primitives.DataUpdate
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.query.up.primitives.DataUpdate
data
-
Constructor Details
-
DBStore
Constructor.- Parameters:
data- datapath- target pathitem- item to be storedinfo- input info
-
-
Method Details
-
prepare
public void prepare()Description copied from class:DBUpdatePrepares this operation. -
apply
Description copied from class:DBUpdateApplies this operation.- Specified by:
applyin classDBUpdate- Throws:
QueryException- exception
-
merge
Description copied from class:UpdateMerges two update operations pointing to the same target. -
size
public int size()Description copied from class:UpdateReturns the number of update operations.
-