Changes

Jump to navigation Jump to search
8 bytes removed ,  05:54, 7 February 2012
no edit summary
The SQL Module contains [[Querying#Functions|XQuery functions]] to access relational databases from XQuery using SQL. With this module, you can execute query, update and prepared statements, and the result sets are returned as sequences of XML elements representing tuples. Each element has children representing the columns returned by the SQL statement. All functions dealing with access to relational databases use the <code>sql</code> prefix, which is linked to the statically declared <code>http://basex.org/modules/sql</code> namespace. The module will be officially supported with the upcoming {{Version|7.0}} of BaseX. =Functions=
==sql:init==
return sql:execute($prep, $params)
</pre>
 
=Recent Changes=
 
The module was introduced with Version 7.0.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu