BaseX Client Module

http://xqerl.org/modules/client/BaseX

This module is statically bound to the prefix "basex".

Description
Functions

basex:connect


Signature
basex:connect($host as xs:string, $port as xs:integer, $user as xs:string, $pass as xs:string) as xs:anyURI
Description
Connect to a running BaseX server instance.
back to top

basex:execute


Signature
basex:execute($id as xs:anyURI, $command as xs:string) as xs:string
Description
Execute a command on the server connection at $id.
back to top

basex:query


Signature
basex:query($id as xs:anyURI, $query as xs:string) as item()*
basex:query($id as xs:anyURI, $query as xs:string, $bindings as map(*)?) as item()*
Description
Execute a query on the server connection at $id.
back to top