Package | Description |
---|---|
org.basex.query.up.primitives |
Modifier and Type | Field and Description |
---|---|
UpdateType |
Update.type
Type of update primitive.
|
Modifier and Type | Method and Description |
---|---|
static UpdateType |
UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataUpdate(UpdateType type,
Data data,
InputInfo info)
Constructor.
|
Update(UpdateType type,
InputInfo info)
Constructor.
|
UserUpdate(UpdateType type,
User user,
String pattern,
QueryContext qc,
InputInfo info)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.