[xquery-talk] XQuery API's

Per Bothner per at bothner.com
Wed May 21 21:12:14 PDT 2003


See http://www.gnu.org/software/qexo/Running.html
for some examples of Qexo's APIs.

Sullivan, Sean C - MWT wrote:

> BEA Liquid Data Query API
> http://edocs.bea.com/liquiddata/docs10/program/intro.html

They don't support "preparation" unless you're a db admin!

> OJXQI - The Oracle Java XQuery API
> http://otn.oracle.com/sample_code/tech/xml/xmldb/jxqi.html

Using an XMLNode class seems unnecessary and inefficient.
It forces all "nodes" to implement XMLNodes, or to wrap them.
Why not just use the XQueryResultSet as the interface between
the generic API and the implementation?  Still, it's a starting
point, if they want to propose it as a generic API.

(Also I note they use upper-case reserved words ...)
-- 
	--Per Bothner
per at bothner.com   http://per.bothner.com/




More information about the Talk mailing list