Changes

Jump to navigation Jump to search
270 bytes added ,  12:32, 6 May 2019
Two non-deterministic functions will be bound to <code>$read</code>, and the result of the function call will be bound to <code>$ignored</code>. As the variable is not referenced in the subsequent code, the let clause would usually be discarded by the compiler. In the given query, however, execution will be enforced because of the BaseX-specific {{Code|non-deterministic}} keyword.
 
=Namespaces=
 
In BaseX, many namespaces are statically bound. For example, the import module statement in the following query is optional:
 
<pre class="brush:xquery">
import module namespace db = 'http://docs.basex.org/wiki/Database_Module';
db:open('factbook')
</pre>
=Suffixes=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu