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]]'''<br/>
+
'''[[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]]'''<br/>
+
'''[[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]]'''<br/>
+
'''[[Updates]]:'''<br/>
 
Databases can be modified via the XQuery Update extension.
 
Databases can be modified via the XQuery Update extension.
  
'''[[Java Bindings]]'''<br/>
+
'''[[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 Modules|Modules]]'''<br/>
+
'''[[XQuery Modules|Modules]]:'''<br/>
 
Additional functions provided by BaseX.
 
Additional functions provided by BaseX.
  
'''[[Packaging]]'''<br/>
+
'''[[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].
  
'''[[Serialization]]'''<br/>
+
'''[[Serialization]]:'''<br/>
 
Serialization parameters supported by BaseX.
 
Serialization parameters supported by BaseX.
  
'''[[XQuery Errors|Errors]]'''<br/>
+
'''[[XQuery Errors|Errors]]:'''<br/>
 
Errors raised by XQuery expressions.
 
Errors raised by XQuery expressions.
  
 
</div>
 
</div>
 
[[Category:XQuery]]
 
[[Category:XQuery]]

Revision as of 20:28, 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.

 

Modules:
Additional functions provided by BaseX.

Packaging:
Embedding of external function modules, based on the EXPath Packaging System.

Serialization:
Serialization parameters supported by BaseX.

Errors:
Errors raised by XQuery expressions.