Uses of Interface
javax.xml.xquery.XQConnection

Packages that use XQConnection
com.xqj2   
javax.xml.xquery   
net.xqj.basex   
 

Uses of XQConnection in com.xqj2
 

Subinterfaces of XQConnection in com.xqj2
 interface XQConnection2
           
 

Uses of XQConnection in javax.xml.xquery
 

Methods in javax.xml.xquery that return XQConnection
 XQConnection PooledXQConnection.getConnection()
          Creates and returns an XQConnection object that is a handle for the physical connection that this PooledXQConnection object represents.
 XQConnection XQDataSource.getConnection()
          Attempts to create a connection to an XML datasource.
 XQConnection XQResultItem.getConnection()
          Gets the XQuery connection associated with this result item
 XQConnection XQResultSequence.getConnection()
          Gets the XQuery connection associated with this result sequence
 XQConnection XQDataSource.getConnection(Connection con)
          Attempts to create a connection to an XML datasource using an existing JDBC connection.
 XQConnection XQDataSource.getConnection(String username, String passwd)
          Attempts to establish a connection to an XML datasource using the supplied username and password.
 

Uses of XQConnection in net.xqj.basex
 

Methods in net.xqj.basex that return XQConnection
 XQConnection BaseXXQDataSource.getConnection()
          Creates an XQConnection / XQConnection2 instance.
 XQConnection BaseXXQDataSource.getConnection(Connection con)
          Deprecated.  
 XQConnection BaseXXQDataSource.getConnection(String username, String passwd)
          Creates a XQConnection / / XQConnection2 instance manually specifying user credentials.