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

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

Uses of XMLConnection in org.xquark.extractor
 

Classes in org.xquark.extractor that implement XMLConnection
 class ExtractorConnection
          Extractor implementation of XMLConnection.
 

Methods in org.xquark.extractor that return XMLConnection
 XMLConnection Extractor.getConnection()
          Creates a new XML/DBC connection instance.
 XMLConnection Extractor.getConnection(java.lang.String user, java.lang.String password)
          Not implemented by Extractor.
 

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.