Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
(moved from Main Page)
 
m (category)
Line 16: Line 16:
 
*[[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]]

Revision as of 00:31, 13 December 2010

Extensions

Functions

  • Database (db): Database-related functions
  • Utility (util): Testing and profiling functions
  • Math (math): functions for mathematical operations
  • File (file): functions for file handling, inspired by EXPath

Indexes

  • Overview: All indexes and their functionality

Query Processor