Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 5: Line 5:
 
* [[Update]]: update mechanism of XQuery
 
* [[Update]]: update mechanism of XQuery
 
* [[Java Bindings]]: how to call Java methods from XQuery
 
* [[Java Bindings]]: how to call Java methods from XQuery
* [[Try/Catch]]: how to use a try/catch construct in XQuery
 
 
* [[XQuery 3.0]]: supported features of the upcoming [http://www.w3.org/TR/xquery-30/ W3C XQuery 3.0] Recommendation
 
* [[XQuery 3.0]]: supported features of the upcoming [http://www.w3.org/TR/xquery-30/ W3C XQuery 3.0] Recommendation
  

Revision as of 13:18, 12 January 2011

Welcome to the Query Portal. 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

A complete list of the standard XQuery 3.0 functions is found in the Official W3C Specification.

Indexes

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