| Class | Description |
|---|---|
| DBAdd |
Add primitive.
|
| DBDelete |
Update primitive for the
Function._DB_DELETE function. |
| DBOptimize |
Update primitive for the optimize function.
|
| DBRename |
Update primitive for the
Function._DB_RENAME function. |
| DBStore |
Update primitive for the
Function._DB_STORE function. |
| DeleteNode |
Delete primitive.
|
| InsertAfter |
Insert after primitive.
|
| InsertAttribute |
Insert attribute primitive.
|
| InsertBefore |
Insert before primitive.
|
| InsertInto |
Insert into and insert into as last primitive.
|
| InsertIntoFirst |
Insert into as first primitive.
|
| NodeCopy |
Abstract update primitive which holds a copy of nodes to be inserted.
|
| Put |
Update primitive for the fn:put() function.
|
| RenameNode |
Rename node primitive.
|
| ReplaceElementContent |
Replace element content primitive.
|
| ReplaceNode |
Replace node primitive.
|
| ReplaceValue |
Replace value primitive.
|
| StructuralUpdate |
Base class for all update primitives that lead to structural changes /
pre value shifts on the database table.
|
| UpdatePrimitive |
Base class for all update primitives.
|
| Enum | Description |
|---|---|
| PrimitiveType |
Update primitive type enumeration.
|