|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQConnection | |
---|---|
com.xqj2 | Contains proposed additions to the XQuery API for Java™ 1.0. |
javax.xml.xquery | |
net.xqj.basex |
Uses of XQConnection in com.xqj2 |
---|
Subinterfaces of XQConnection in com.xqj2 | |
---|---|
interface |
XQConnection2
Extended interface which implements functionality that is missing from XQConnection , based on findings whilst trying to implement
XQJ API v1.0. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |