Signatures: prof:current-ms() as xs:integer: Summary: Returns the number of milliseconds passed since 1970/01/01 UTC. The granularity of the value depends on the underlying operating system and may be larger.
docs.basex.org
|
module namespace exe = 'http://site.com/execute';declare%updating%rest:path("update")%rest:consumes("application/x-www-form-urlencoded")%rest:POST function exe:update() {
xquery:eval-update(request:parameter("query"))
I use it to execute some updates against some databases from different clients.};
java.lang.OutOfMemoryError: Java heap space