Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 8: Line 8:
  
 
==Functions==
 
==Functions==
* [[Database Functions|Database]]: Database-related functions<br />Prefix: <tt>db</tt>; URI: <tt><nowiki>http://basex.org/db</nowiki></tt>
+
 
* [[Full-text Functions|Full Text]]: Full-text functions<br />Prefix: <tt>ft</tt>; URI: <tt><nowiki>http://basex.org/ft</nowiki></tt>
+
<onlyinclude>
* [[Utility Functions]]: Testing and profiling functions<br />Prefix: <tt>util</tt>; URI: <tt><nowiki>http://basex.org/util</nowiki></tt>
+
{| class="wikitable sortable"
* [[File Functions]]: functions for file handling<br />Prefix: <tt>file</tt>; URI: <tt><nowiki>http://basex.org/file</nowiki></tt>
+
|-
* [[HTTP Functions]] (<tt>http</tt>): Full-text functions, based on the [http://expath.org/spec/http-client EXPath HTTP Client Module]<br />Prefix: <tt>http</tt>; URI: <tt><nowiki>http://expath.org/ns/http-client</nowiki></tt>
+
! Name
* [[Math Functions]]: functions for mathematical operations, extending the [http://www.w3.org/TR/xpath-functions-30/ W3C Working Draft]<br />Prefix: <tt>math</tt>; URI: <tt><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></tt>
+
! Description
 +
! Prefix
 +
! Namespace URI
 +
|-
 +
| [[Database Functions|Database]]
 +
| Accessing the database and indexes.
 +
| <tt>db</tt>
 +
| <tt><nowiki>http://basex.org/db</nowiki></tt>
 +
|-
 +
| [[Full-text Functions|Full-text]]
 +
| Performing full-text operations.
 +
| <tt>ft</tt>
 +
| <tt><nowiki>http://basex.org/ft</nowiki></tt>
 +
|-
 +
| [[Utility Functions|Utility]]
 +
| Testing and profiling functions.
 +
| <tt>util</tt>
 +
| <tt><nowiki>http://basex.org/util</nowiki></tt>
 +
|-
 +
| [[File Functions|File]]
 +
| Functions for file handling.
 +
| <tt>file</tt>
 +
| <tt><nowiki>http://basex.org/file</nowiki></tt>
 +
|-
 +
| [[HTTP Functions|HTTP]]
 +
| Functions for HTTP requests, based on the [http://expath.org/spec/http-client EXPath HTTP Client Module].
 +
| <tt>http</tt>
 +
| <tt><nowiki>http://expath.org/ns/http-client</nowiki></tt>
 +
|-
 +
| [[Math Functions|Math]]
 +
| Functions for mathematical operations, extending the [http://www.w3.org/TR/xpath-functions-30/ W3C Working Draft].
 +
| <tt>math</tt>
 +
| <tt><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></tt>
 +
|}
  
 
Note that all namespace URIs are statically bound in BaseX, i.e., they need not be declared in the query prolog.
 
Note that all namespace URIs are statically bound in BaseX, i.e., they need not be declared in the query prolog.

Revision as of 20:01, 21 January 2011

Welcome to the Query Portal, which is one of the main sections of this documentation. Here your find more information on performing XPath and XQuery requests. Apart from standard features, BaseX offers numerous extensions, which are listed on this page.

Extensions

Functions

Name Description Prefix Namespace URI
Database Accessing the database and indexes. db http://basex.org/db
Full-text Performing full-text operations. ft http://basex.org/ft
Utility Testing and profiling functions. util http://basex.org/util
File Functions for file handling. file http://basex.org/file
HTTP Functions for HTTP requests, based on the EXPath HTTP Client Module. http http://expath.org/ns/http-client
Math Functions for mathematical operations, extending the W3C Working Draft. math http://www.w3.org/2005/xpath-functions/math

Note that all namespace URIs are statically bound in BaseX, i.e., they need not be declared in the query prolog. A complete list of the approved and planned XQuery 3.0 functions is found in the current W3C Working Draft.

Indexes

Queries will be analyzed and optimized for index access on the fly.