CentraSite Documentation : CentraSite Developer's Guide : API for XQJ : Working with the XQJ Interface
Working with the XQJ Interface
 
Executing an XQuery with a Standard XQExpression
Executing an XQuery with an XQPreparedExpression
Working with a Materialized XQSequence
If you want to develop an XQJ application, you will find the classes of the CentraSite XQJ implementation in the jar file rts/bin/xqj.jar under the CentraSite installation location.
You can use the CentraSite XQJ interface to perform an XQuery on the basis of a standard XQExpression or an XQPreparedExpression. With a standard XQExpression, the query is parsed each time it is executed. If a query is to be executed many times, it can be more efficient to use an XQPreparedExpression, which is parsed only once.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback