public final class DBRename extends DBUpdate
Function._DB_RENAME
function.data
Constructor and Description |
---|
DBRename(Data data,
String src,
String trg,
InputInfo info)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply()
Applies this operation.
|
void |
merge(Update update)
Merges two update operations pointing to the same target.
|
void |
prepare(MemData tmp)
Prepares this operation.
|
int |
size()
Returns the number of update operations.
|
data
public void merge(Update update) throws QueryException
Update
merge
in class DBUpdate
update
- operation to merge withQueryException
- exceptionpublic void apply()
DBUpdate
public int size()
Update
Copyright © 2005–2015 BaseX Team. All rights reserved.