Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
(Redirected page to XQuery)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to the Query Portal, which is one of the [[Main Page|Main Sections]] of this documentation. BaseX provides an implementation of the W3 [http://www.w3.org/TR/xpath-30/ XPath] and [http://www.w3.org/TR/xquery-30 XQuery] languages, which are tightly coupled with the underlying database store. High conformance with the official specifications is one of our main objectives, as the results of the [http://dev.w3.org/2006/xquery-test-suite/PublicPagesStagingArea/XQTSReportSimple_XQTS_1_0_2.html XQuery Test Suite] demonstrate. This section contains general information on the query processor and its numerous extensions.
+
#REDIRECT [[XQuery]]
 
 
==Features==
 
* [[XQuery 3.0]]: supported features of the upcoming [http://www.w3.org/TR/xquery-30/ XQuery 3.0] Recommendation
 
* [[Full-Text]]: XPath/XQuery Full Text extends the language with powerful retrieval features.
 
* [[Updates]]: databases can be modified via the XQuery Update extension
 
* [[Java Bindings]]: how to access and call Java code from XQuery
 
* [[XQuery Errors|Errors]]: errors raised by XQuery expressions
 
* [[Serialization]]: serialization parameters supported by BaseX
 
* [[XQuery Modules|Modules]]: additional functions provided by BaseX
 
* [[Packaging]]: embedding of external function modules, based on the [http://expath.org/modules/pkg/ EXPath Packaging System]
 
 
 
[[Category:XQuery]]
 

Latest revision as of 21:39, 31 March 2012

Redirect to: