Uses of Interface
javax.xml.xquery.PooledXQConnection

Packages that use PooledXQConnection
javax.xml.xquery   
 

Uses of PooledXQConnection in javax.xml.xquery
 

Methods in javax.xml.xquery that return PooledXQConnection
 PooledXQConnection ConnectionPoolXQDataSource.getPooledConnection()
          Attempts to establish a physical connection to an XML datasource that can be used as a pooled connection.
 PooledXQConnection ConnectionPoolXQDataSource.getPooledConnection(String user, String password)
          Attempts to establish a physical connection to an XML datasource using the supplied username and password, that can be used as a pooled connection.
 

Constructors in javax.xml.xquery with parameters of type PooledXQConnection
XQConnectionEvent(PooledXQConnection con)
          Constructs an XQConnectionEvent object initialized with the given PooledXQConnection object.
XQConnectionEvent(PooledXQConnection con, XQException ex)
          Constructs an XQConnectionEvent object initialized with the given PooledXQConnection object and XQException object.