Difference between revisions of "Querying"

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

Revision as of 20:27, 31 March 2012

Welcome to the Query Portal, which is one of the Main Sections of this documentation. BaseX provides an implementation of the W3 XPath and 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 XQuery Test Suite demonstrate. This section contains general information on the query processor and its numerous extensions.

XQuery 3.0
Supported features of the upcoming 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.

 

Errors
Errors raised by XQuery expressions. Serialization
Serialization parameters supported by BaseX. Modules
Additional functions provided by BaseX. Packaging
Embedding of external function modules, based on the EXPath Packaging System.