|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String user,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |