Package org.basex.query.up.primitives.db
Class DBRename
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.DBRename
- All Implemented Interfaces:
Comparable<DBUpdate>
Update primitive for the
Function._DB_RENAME 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
-
DBRename
Constructor.- Parameters:
data- target datasrc- source pathtrg- target pathinfo- input info
-
-
Method Details
-
prepare
public void prepare()Description copied from class:DBUpdatePrepares this operation. -
apply
public void apply()Description copied from class:DBUpdateApplies this operation. -
merge
Description copied from class:UpdateMerges two update operations pointing to the same target.- Specified by:
mergein classUpdate- Parameters:
update- operation to merge with- Throws:
QueryException- exception
-
size
public int size()Description copied from class:UpdateReturns the number of update operations.
-