Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
m (category)
(Redirected page to XQuery)
 
(108 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==Extensions==
+
#REDIRECT [[XQuery]]
* [[Full Text]]: full text features of XQuery
 
* [[Update]]: update mechanism of XQuery
 
* [[Java Bindings]]: calling of Java methods from XQuery
 
 
 
==Functions==
 
* [[FN:Database|Database]] (<tt>db</tt>): Database-related functions
 
* [[Utility]] (<tt>util</tt>): Testing and profiling functions
 
* [[Math]] (<tt>math</tt>): functions for mathematical operations
 
* [[File]] (<tt>file</tt>): functions for file handling, inspired by [http://expath.org/spec/file EXPath]
 
 
 
==Indexes==
 
*[[Indexes|Overview]]: All indexes and their functionality
 
 
 
==Query Processor==
 
*[[Analysis & Optimization]]: Queries will be analyzed and optimized on the fly.
 
*[[Execution Plan]]: Execution plans of the queries.
 
[[Category:XQuery]]
 

Latest revision as of 20:39, 31 March 2012

Redirect to: