Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 17: Line 17:
  
 
==Indexes==
 
==Indexes==
 +
Queries will be analyzed and optimized for index access on the fly.
 +
 
*[[Indexes|Overview]]: All indexes and their functionality
 
*[[Indexes|Overview]]: All indexes and their functionality
 +
*[[Execution Plan]]: Execution plans of the queries
  
==Query Processor==
 
*[[Analysis & Optimization]]: Queries will be analyzed and optimized on the fly
 
*[[Execution Plan]]: Execution plans of the queries
 
 
[[Category:XQuery]]
 
[[Category:XQuery]]

Revision as of 14:08, 28 December 2010

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

Please find all standard XQuery 1.1/3.0 Functions in the Official W3C Specification.

Indexes

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