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

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

Uses of XMLConnection in org.xquark.bridge
 

Methods in org.xquark.bridge that return XMLConnection
 XMLConnection XQBridge.getXMLConnection()
          Returns an extractor XML/DBC connection that can be used to execute XQuery statements over the database.
 

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 XMLPooledConnection.getConnection()
           
 XMLConnection XMLCollection.getConnection()
          Retrieves the XMLConnection object that produced this XMLCollection.
 XMLConnection XMLDataSource.getConnection()
          Attempts to establish a connection with the data source.
 XMLConnection XMLDataSourceMetaData.getConnection()
          To get the XMLConnection object that produced this XMLDataSourceMetaData object.
 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.
 XMLConnection XMLDataSource.getConnection(java.lang.String user, java.lang.String password)
          Attempts to establish a connection with the data source.
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.
 



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