public abstract class Update extends Object
Modifier and Type | Field and Description |
---|---|
protected InputInfo |
info
Input info.
|
UpdateType |
type
Type of update primitive.
|
Modifier | Constructor and Description |
---|---|
protected |
Update(UpdateType type,
InputInfo info)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InputInfo |
info()
Input info.
|
abstract void |
merge(Update update)
Merges two update operations pointing to the same target.
|
abstract int |
size()
Returns the number of update operations.
|
public final UpdateType type
protected final InputInfo info
protected Update(UpdateType type, InputInfo info)
type
- update primitiveinfo
- input infopublic abstract void merge(Update update) throws QueryException
update
- operation to merge withQueryException
- exceptionpublic abstract int size()
public final InputInfo info()
Copyright © 2005–2023 BaseX Team. All rights reserved.