Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 15: Line 15:
 
</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]]'''<br/>
+
'''[[XQuery Modules|Modules]]'''<br/>
Errors raised by XQuery expressions.
+
Additional functions provided by BaseX.
 +
 
 +
'''[[Packaging]]'''<br/>
 +
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 Modules|Modules]]'''<br/>
+
'''[[XQuery Errors|Errors]]'''<br/>
Additional functions provided by BaseX.
+
Errors raised by XQuery expressions.
  
'''[[Packaging]]'''<br/>
 
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: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.