Changes

Jump to navigation Jump to search
46 bytes added ,  15:27, 9 March 2023
no edit summary
| width='120' | '''Signature'''
|<pre>db:property(
$db as xs:string,
$name as xs:string
) as xs:anyAtomicType</pre>
| width='120' | '''Signature'''
|<pre>db:list(
$db as xs:string := (),
$path as xs:string := ()
) as xs:string*</pre>
| width='120' | '''Signature'''
|<pre>db:list-details(
$db as xs:string := (),
$path as xs:string := ()
) as element()*</pre>
| width='120' | '''Signature'''
|<pre>db:dir(
$db as xs:string,
$path as xs:string
) as element()*</pre>
| width='120' | '''Signature'''
|<pre>db:get(
$db as xs:string,
$path as xs:string := ()
) as document-node()*</pre>
| width='120' | '''Signature'''
|<pre>db:get-pre(
$db as xs:string,
$pres as xs:integer*
) as node()*</pre>
| width='120' | '''Signature'''
|<pre>db:get-id(
$db as xs:string,
$ids as xs:integer*
) as node()*</pre>
| width='120' | '''Signature'''
|<pre>db:get-binary(
$db as xs:string,
$path as xs:string
) as item()</pre>
| width='120' | '''Signature'''
|<pre>db:get-value(
$db as xs:string,
$path as xs:string
) as item()*</pre>
| width='120' | '''Signature'''
|<pre>db:export(
$db as xs:string, $path as xs:string,
$params as item() := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:text(
$db as xs:string,
$strings as xs:string*
) as text()*</pre>
| width='120' | '''Signature'''
|<pre>db:text-range(
$db as xs:string, $min as xs:string,
$max as xs:string
) as text()*</pre>
| width='120' | '''Signature'''
|<pre>db:attribute(
$db as xs:string, $strings as xs:string*,
$name as xs:string := ()
) as attribute()*</pre>
| width='120' | '''Signature'''
|<pre>db:attribute-range(
$db as xs:string, $min as xs:string, $max as xs:string,
$name as xs:string := ()
) as attribute()*</pre>
| width='120' | '''Signature'''
|<pre>db:token(
$db as xs:string, $tokens as xs:string*,
$name as xs:string := ()
) as attribute()*</pre>
| width='120' | '''Signature'''
|<pre>db:create(
$db as xs:string, $inputs as item()* := (), $paths as xs:string* := (),
$options as map(*)? := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:add(
$db as xs:string, $input as item(), $path as xs:string? := (),
$options as map(*)? := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:put(
$db as xs:string, $input as item(), $path as xs:string,
$options as map(*)? := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:put-binary(
$db as xs:string, $input as item(),
$path as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:put-value(
$db as xs:string, $input as item()*,
$path as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:delete(
$db as xs:string,
$path as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:copy(
$db as xs:string,
$name as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:alter(
$db as xs:string,
$name as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:optimize(
$db as xs:string, $all as xs:boolean := (),
$options as map(*)? := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:rename(
$db as xs:string, $source as xs:string,
$target as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:create-backup(
$db as xs:string,
$options as map(*) := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:alter-backup(
$name as xs:string,
$new-name as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>db:exists(
$db as xs:string,
$path as xs:string := ()
) as xs:boolean</pre>
| width='120' | '''Signature'''
|<pre>db:type(
$db as xs:string,
$path as xs:string
) as xs:boolean</pre>
| width='120' | '''Signature'''
|<pre>db:content-type(
$db as xs:string,
$path as xs:string
) as xs:string</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu