Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 18: Line 18:
  
 
==Query Processor==
 
==Query Processor==
*[[Analysis & Optimization]]: Queries will be analyzed and optimized on the fly.
+
*[[Analysis & Optimization]]: Queries will be analyzed and optimized on the fly
*[[Execution Plan]]: Execution plans of the queries.
+
*[[Execution Plan]]: Execution plans of the queries
 
[[Category:XQuery]]
 
[[Category:XQuery]]

Revision as of 01:09, 18 December 2010

Extensions

Functions

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

Indexes

  • Overview: All indexes and their functionality

Query Processor