Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 19: Line 19:
 
| [[Database Functions|Database]]
 
| [[Database Functions|Database]]
 
| Accessing the database and indexes.
 
| Accessing the database and indexes.
| <tt>db</tt>
+
| <code>db</code>
| <tt><nowiki>http://basex.org/db</nowiki></tt>
+
| <code><nowiki>http://basex.org/db</nowiki></code>
 
|-
 
|-
 
| [[Full-text Functions|Full-text]]
 
| [[Full-text Functions|Full-text]]
 
| Performing full-text operations.
 
| Performing full-text operations.
| <tt>ft</tt>
+
| <code>ft</code>
| <tt><nowiki>http://basex.org/ft</nowiki></tt>
+
| <code><nowiki>http://basex.org/ft</nowiki></code>
 
|-
 
|-
 
| [[Utility Functions|Utility]]
 
| [[Utility Functions|Utility]]
 
| Testing and profiling functions.
 
| Testing and profiling functions.
| <tt>util</tt>
+
| <code>util</code>
| <tt><nowiki>http://basex.org/util</nowiki></tt>
+
| <code><nowiki>http://basex.org/util</nowiki></code>
 
|-
 
|-
 
| [[File Functions|File]]
 
| [[File Functions|File]]
 
| File handling, inspired by the [http://expath.org/spec/file EXPath File] module.
 
| File handling, inspired by the [http://expath.org/spec/file EXPath File] module.
| <tt>file</tt>
+
| <code>file</code>
| <tt><nowiki>http://basex.org/file</nowiki></tt>
+
| <code><nowiki>http://basex.org/file</nowiki></code>
 
|-
 
|-
 
| [[HTTP Functions|HTTP]]
 
| [[HTTP Functions|HTTP]]
 
| Sending HTTP requests, based on the [http://expath.org/spec/http-client EXPath HTTP] module.
 
| Sending HTTP requests, based on the [http://expath.org/spec/http-client EXPath HTTP] module.
| <tt>http</tt>
+
| <code>http</code>
| <tt><nowiki>http://expath.org/ns/http-client</nowiki></tt>
+
| <code><nowiki>http://expath.org/ns/http-client</nowiki></code>
 
|-
 
|-
 
| [[Math Functions|Math]]
 
| [[Math Functions|Math]]
 
| Mathematical operations, extending the [http://www.w3.org/TR/xpath-functions-30/ W3C Working Draft].
 
| Mathematical operations, extending the [http://www.w3.org/TR/xpath-functions-30/ W3C Working Draft].
| <tt>math</tt>
+
| <code>math</code>
| <tt><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></tt>
+
| <code><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></code>
 
|}
 
|}
  

Revision as of 11:49, 22 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 File handling, inspired by the EXPath File module. file http://basex.org/file
HTTP Sending HTTP requests, based on the EXPath HTTP module. http http://expath.org/ns/http-client
Math 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.