Difference between revisions of "Querying"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
| Functions for accessing and updating databases. | | Functions for accessing and updating databases. | ||
| <code>db</code> | | <code>db</code> | ||
− | | <code><nowiki>http://basex.org/modules/db</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/db</nowiki></code> |
|- | |- | ||
| [[File Module|File]] | | [[File Module|File]] | ||
Line 40: | Line 40: | ||
| Functions for performing full-text operations. | | Functions for performing full-text operations. | ||
| <code>ft</code> | | <code>ft</code> | ||
− | | <code><nowiki>http://basex.org/modules/ft</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/ft</nowiki></code> |
|- | |- | ||
| [[HTTP Module|HTTP]] | | [[HTTP Module|HTTP]] | ||
Line 50: | Line 50: | ||
| Functions for requesting details on database indexes. {{Version|7.1}} | | Functions for requesting details on database indexes. {{Version|7.1}} | ||
| <code>index</code> | | <code>index</code> | ||
− | | <code><nowiki>http://basex.org/modules/index</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/index</nowiki></code> |
|- | |- | ||
| [[JSON Module|JSON]] | | [[JSON Module|JSON]] | ||
| Parsing and serializing [http://www.json.org JSON documents]. {{Version|7.0}} | | Parsing and serializing [http://www.json.org JSON documents]. {{Version|7.0}} | ||
| <code>json</code> | | <code>json</code> | ||
− | | <code><nowiki>http://basex.org/modules/json</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/json</nowiki></code> |
|- | |- | ||
| [[Map Module|Map]] | | [[Map Module|Map]] | ||
Line 70: | Line 70: | ||
| JDBC bridge to access relational databases. {{Version|7.0}} | | JDBC bridge to access relational databases. {{Version|7.0}} | ||
| <code>sql</code> | | <code>sql</code> | ||
− | | <code><nowiki>http://basex.org/modules/sql</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/sql</nowiki></code> |
|- | |- | ||
| [[Utility Module|Utility]] | | [[Utility Module|Utility]] | ||
| Utility functions, used for data conversions, profiling and dynamic evaluation. | | Utility functions, used for data conversions, profiling and dynamic evaluation. | ||
| <code>util</code> | | <code>util</code> | ||
− | | <code><nowiki>http://basex.org/modules/util</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/util</nowiki></code> |
|- | |- | ||
| [[XSLT Module|XSLT]] | | [[XSLT Module|XSLT]] | ||
| Stylesheet transformations, based on Java’s and Saxon’s XSLT processor. | | Stylesheet transformations, based on Java’s and Saxon’s XSLT processor. | ||
| <code>xslt</code> | | <code>xslt</code> | ||
− | | <code><nowiki>http://basex.org/modules/xslt</nowiki></code> | + | | <code><nowiki>http://www.basex.org/modules/xslt</nowiki></code> |
|- | |- | ||
| [[ZIP Module|ZIP]] | | [[ZIP Module|ZIP]] |
Revision as of 12:44, 15 January 2012
Welcome to the Query Portal, which is one of the Main Sections of this documentation. Here you can find more information on performing XPath and XQuery requests. Apart from standard features, BaseX offers numerous extensions, which are listed on this page.
Features
- XQuery 3.0: supported features of the upcoming XQuery 3.0 and XPath 2.0 Recommendations
- Packaging: Based on the EXPath Packaging System
- Full-Text: full-text features of XQuery
- Updates: update mechanism of XQuery
- Java Bindings: how to call Java code from XQuery
- Errors: errors raised by XQuery expressions
- Serialization: supported serialization parameters
Modules
The namespaces of the following XQuery modules are statically bound in BaseX, i.e., they need not (but may) be declared in the query prolog.
Module | Description | Prefix | Namespace URI |
---|---|---|---|
Cryptography | Cryptographic functions, based on the EXPath Cryptograhic module. Version 7.0 | crypto
|
http://expath.org/ns/crypto
|
Database | Functions for accessing and updating databases. | db
|
http://www.basex.org/modules/db
|
File | File handling, based on the upcoming new version of the EXPath File module. | file
|
http://expath.org/ns/file
|
Full-Text | Functions for performing full-text operations. | ft
|
http://www.basex.org/modules/ft
|
HTTP | Sending HTTP requests, based on the EXPath HTTP module. | http
|
http://expath.org/ns/http-client
|
Index | Functions for requesting details on database indexes. Version 7.1 | index
|
http://www.basex.org/modules/index
|
JSON | Parsing and serializing JSON documents. Version 7.0 | json
|
http://www.basex.org/modules/json
|
Map | Handling of map structures, based on a preliminary W3C Working Draft. | map
|
http://www.w3.org/2005/xpath-functions/map
|
Math | Mathematical operations, extending the W3C Working Draft. | math
|
http://www.w3.org/2005/xpath-functions/math
|
SQL | JDBC bridge to access relational databases. Version 7.0 | sql
|
http://www.basex.org/modules/sql
|
Utility | Utility functions, used for data conversions, profiling and dynamic evaluation. | util
|
http://www.basex.org/modules/util
|
XSLT | Stylesheet transformations, based on Java’s and Saxon’s XSLT processor. | xslt
|
http://www.basex.org/modules/xslt
|
ZIP | ZIP functionality, based on the EXPath ZIP module. | zip
|
http://expath.org/ns/zip
|
The new XQuery 3.0 functions are all supported by BaseX as well.