Executes the query statement specified when this object was built with
the prepareStatement method (see XMLConnection interface) that may
return results.
Executes a query statement of the type specified when this
object was built with the createStatement method (see XMLConnection interface)
that may return results.
Executes a query statement of the type specified when this
object was built with the createStatement method (see XMLConnection interface)
that returns complete XML documents.
Executes a query statement of the type specified when this
object was built with the createStatement method (see XMLConnection interface)
that returns results.
Returns the fragments contained in the result set as a single XML document, with
a document root element having the specified namespace, local name and qualified name.
This prepared statement interface is used for executing parameterized XQuery
or XPath prepared statements, setting external variables and obtaining the
results (update statements are not supported yet).
This statement interface is used for executing constant XQuery or XPath statements
and obtaining the results produced (update statements are not supported yet).