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

Packages that use XMLStatement
org.xquark.extractor   
org.xquark.xml.xdbc   
 

Uses of XMLStatement in org.xquark.extractor
 

Methods in org.xquark.extractor that return XMLStatement
 XMLStatement ExtractorConnection.createStatement(short queryType)
           
 XMLStatement ExtractorConnection.createStatement()
           
 

Methods in org.xquark.extractor with parameters of type XMLStatement
 void ExtractorConnection.statementClosed(XMLStatement closedStatement)
           
 

Uses of XMLStatement in org.xquark.xml.xdbc
 

Subinterfaces of XMLStatement in org.xquark.xml.xdbc
 interface PreparedXMLStatement
          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).
 

Methods in org.xquark.xml.xdbc that return XMLStatement
 XMLStatement XMLResultSet.getStatement()
          Returns the statement that produced this result set.
 XMLStatement XMLConnection.createStatement()
          Creates a statement object for sending XQuery (query type by default) statements to the data source.
 XMLStatement XMLConnection.createStatement(short queryType)
          Creates a statement object for sending XQuery or XPath (according to the specified type) statements to the data source.
 



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