Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[Math Functions]] (<tt>math</tt>): functions for mathematical operations
 
* [[Math Functions]] (<tt>math</tt>): functions for mathematical operations
 
* [[File Functions]] (<tt>file</tt>): functions for file handling, inspired by the [http://expath.org/spec/file EXPath File Module]
 
* [[File Functions]] (<tt>file</tt>): functions for file handling, inspired by the [http://expath.org/spec/file EXPath File Module]
* [[HTTP Functions|HTTP]] (<tt>ft</tt>): Full-text functions, based on the [http://expath.org/spec/http-client EXPath HTTP Client Module]
+
* [[HTTP Functions]] (<tt>http</tt>): Full-text functions, based on the [http://expath.org/spec/http-client EXPath HTTP Client Module]
  
 
Please find all standard XQuery 3.0 Functions in the [http://www.w3.org/TR/xpath-functions-11/ Official W3C Specification].
 
Please find all standard XQuery 3.0 Functions in the [http://www.w3.org/TR/xpath-functions-11/ Official W3C Specification].

Revision as of 03:28, 17 December 2010

Extensions

Functions

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

Indexes

  • Overview: All indexes and their functionality

Query Processor