Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 6: Line 6:
 
* [[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
 
* [[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/ XQuery 3.0] Recommendation
  
 
==Functions==
 
==Functions==

Revision as of 13:00, 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.