Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
(Redirected page to XQuery)
 
(5 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]]
 
 
<div style="float:left; width:48%;">
 
'''[[XQuery 3.0]]'''<br/>
 
Supported features of the upcoming [http://www.w3.org/TR/xquery-30/ XQuery 3.0] Recommendation.
 
'''[[Full-Text]]'''<br/>
 
XPath/XQuery Full Text extends the language with powerful retrieval features.
 
'''[[Updates]]'''<br/>
 
Databases can be modified via the XQuery Update extension.
 
'''[[Java Bindings]]'''<br/>
 
How to access and call Java code from XQuery.
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:48%;">
 
'''[[XQuery Errors|Errors]]'''<br/>
 
Errors raised by XQuery expressions.
 
'''[[Serialization]]'''<br/>
 
Serialization parameters supported by BaseX.
 
'''[[XQuery Modules|Modules]]'''<br/>
 
Additional functions provided by BaseX.
 
'''[[Packaging]]'''<br/>
 
Embedding of external function modules, based on the [http://expath.org/modules/pkg/ EXPath Packaging System].
 
</div>
 
[[Category:XQuery]]
 

Latest revision as of 20:39, 31 March 2012

Redirect to: