public final class DBFlush extends DBUpdate
Function._DB_FLUSH
function.data
Constructor and Description |
---|
DBFlush(Data data,
InputInfo info,
QueryContext qc)
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 DBFlush(Data data, InputInfo info, QueryContext qc)
data
- datainfo
- input infoqc
- query contextpublic void merge(Update update)
Update
public void apply()
DBUpdate
public int size()
Update
Copyright © 2005–2015 BaseX Team. All rights reserved.