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

Uses of XMLConnection in org.xquark.xml.xdbc
 

Classes in org.xquark.xml.xdbc that implement XMLConnection
 class DefaultReadOnlyXMLConnection
          A default implementation of XMLConnection for read-only connections
 

Methods in org.xquark.xml.xdbc that return XMLConnection
 XMLConnection XMLStatement.getConnection()
          Returns the connection object that produced this statement.
static XMLConnection XMLDriverManager.getConnection(java.lang.String uri)
          Attempts to establish a connection to the given data source URI.
static XMLConnection XMLDriverManager.getConnection(java.lang.String uri, java.lang.String user, java.lang.String password)
          Attempts to establish a connection to the given data source URI with a login/password.
 XMLConnection XMLDataSourceMetaData.getConnection()
          To get the XMLConnection object that produced this XMLDataSourceMetaData object.
 XMLConnection XMLDataSource.getConnection()
          Attempts to establish a connection with the data source.
 XMLConnection XMLDataSource.getConnection(java.lang.String user, java.lang.String password)
          Attempts to establish a connection with the data source.
 XMLConnection XMLCollection.getConnection()
          Retrieves the XMLConnection object that produced this XMLCollection.
 



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