Changes

Jump to navigation Jump to search
12 bytes removed ,  14:42, 20 July 2022
! BaseX 9
|-
| Retrieve XML resources.
| {{Function|Database|db:get}}
| {{Code|db:open}}
|-
| Retrieve nodes with specified pre values.
| {{Function|Database|db:get-pre}}
| {{Code|db:open-pre}}
|-
| Retrieve nodes with specified IDs.
| {{Function|Database|db:get-id}}
| {{Code|db:open-id}}
|-
| Retrieve binary resources.
| {{Function|Database|db:get-binary}}
| {{Code|db:retrieve}}
|-
| Retrieve value resources.
| {{Function|Database|db:get-value}}
| ''new''
|-
| Add or replace resource.
| {{Function|Database|db:put}}, arguments swapped!
| {{Code|db:replace}}
|-
| Add or replace binary resource.
| {{Function|Database|db:put-binary}}, arguments swapped!
| {{Code|db:store}}
|-
| Add or replace value resource.
| {{Function|Database|db:put-value}}
| ''new''
|-
| Get resource type.
| {{Function|Database|db:type}}
| {{Code|db:is-raw}}, {{Code|db:is-xml}}
|-
| Fetch XML document.
| {{Function|Fetch|fetch:doc}}
| {{Code|fetch:xml}}
|-
| Convert binary data to XML.
| {{Function|Fetch|fetch:binary-doc}}
| {{Code|fetch:xml-binary}}
| Jobs Module
|-
| Return variable bindings of a job.
| {{Function||job:bindings}}
| ''new''
|-
| Module: InMain-memory key-value store
| [[Store Module]]
| ''new''
| Strings Module
|-
| Format string.
| {{Function|String|string:format}}
| {{Code|out:format}}
|-
| Return control characters.
| {{Function|String|string:cr}}, {{Function|String|string:nl}}, {{Function|String|string:tab}}
| {{Code|out:cr}}, {{Code|out:nl}}, {{Code|out:tab}}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu