Changes

Jump to navigation Jump to search
542 bytes removed ,  02:25, 26 January 2012
no edit summary
==General==
All functions share {{Mono|$db}} as argument, which may either be a string, denoting the name of a database, or an existing node stored in a database. The following errors may be raised if the addressed database is opened by the functionall functions:
* <b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the addressed index is not available.* <b>[[XQuery Errors#BaseX Errors|BASX0002]]</b> is raised if {{Mono|$db}} is a node that is not stored in a database, but references a main-memory XML fragment instead.
* <b>[[XQuery Errors#BaseX Errors|BASX0003]]</b> is raised if the addressed database {{Mono|$db}} cannot be opened.
| valign='top' | '''Summary'''
|Returns information about possible facets and facet values on a database in document structure format.<br/>If {{Mono|$type}} is specified as {{Mono|flat}}, the function returns this information in a flat summarized version.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the path index is not available.
|-
| valign='top' | '''Examples'''
| valign='top' | '''Summary'''
|Returns all strings stored in the text index, along with their number of occurrences.<br/>If {{Mono|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the text index is not available.
|}
| valign='top' | '''Summary'''
|Returns all strings stored in the attribute index, along with their number of occurrences.<br/>If {{Mono|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the attribute index is not available.
|}
| valign='top' | '''Summary'''
|Returns all element names stored in the index, along with their number of occurrences.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the element name index is not available.
|}
| valign='top' | '''Summary'''
|Returns all attribute names stored in the index, along with their number of occurrences.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the attribute name index is not available.
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu