Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
(Redirected page to XQuery)
 
(103 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==
 
* [[Database Functions|Database]] (<tt>db</tt>): Database-related functions
 
* [[Full-text Functions|Full-Text]] (<tt>ft</tt>): Full-text functions
 
* [[Utility Functions]] (<tt>util</tt>): Testing and profiling functions
 
* [[Math Functions]] (<tt>math</tt>): functions for mathematical operations
 
* [[File Functions]] (<tt>file</tt>): functions for file handling, inspired by [http://expath.org/spec/file EXPath]
 
 
 
Please find all standard XQuery 3.0 Functions in the [http://www.w3.org/TR/xpath-functions-11/ Official W3C Specification].
 
 
 
==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: