Changes

Jump to navigation Jump to search
9 bytes added ,  13:50, 8 December 2010
:The most important thing to keep in mind when using XQuery Update is the Pending Update List (PUL). In contrast to other programming languages, XQUF statements are not executed immediately, but are first collected within a set-like structure, the PUL. At the end of a query, all update primitives on this list are applied after being checked for compatibility. If a conflict exists, an error message is returned and all accessed databases remain untouched (atomicity). For the user this means updates are only visible <b>after</b> the end of a snapshot.
==New Updating Expressions==
There are five new expressions to modify data. While insert, delete, rename and replace basically explain themselves, the transform expression is different. Modified nodes are copied in advance and the original databases remain untouched.
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu