Uses of Interface
org.xquark.xml.xdbc.XMLResultSet

Packages that use XMLResultSet
org.xquark.xml.xdbc   
 

Uses of XMLResultSet in org.xquark.xml.xdbc
 

Subinterfaces of XMLResultSet in org.xquark.xml.xdbc
 interface XMLDocumentSet
          This interface allows the user to access query results as handles to stored XML documents.
 

Methods in org.xquark.xml.xdbc that return XMLResultSet
 XMLResultSet XMLStatement.executeQuery(java.lang.String query)
          Executes a query statement of the type specified when this object was built with the createStatement method (see XMLConnection interface) that returns results.
 XMLResultSet XMLStatement.executeQuery(java.lang.String query, int queryType)
          Deprecated. Distinction is no relevant anymore because XPath is now a subset of XQuery.
 XMLResultSet XMLStatement.getResultSet()
          Returns the current statement results as an XMLResultSet object.
 XMLResultSet PreparedXMLStatement.executeQuery()
          Executes the query statement specified when this object was built with the prepareStatement method (see XMLConnection interface) that returns results.
 



Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.