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

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.