|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQConnection | |
---|---|
javax.xml.xquery | |
org.basex.api.xqj |
Uses of XQConnection in javax.xml.xquery |
---|
Methods in javax.xml.xquery that return XQConnection | |
---|---|
XQConnection |
XQResultSequence.getConnection()
Gets the XQuery connection associated with this result sequence |
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 |
XQDataSource.getConnection(java.sql.Connection con)
Attempts to create a connection to an XML datasource using an existing JDBC connection. |
XQConnection |
XQDataSource.getConnection(java.lang.String username,
java.lang.String passwd)
Attempts to establish a connection to an XML datasource using the supplied username and password. |
Uses of XQConnection in org.basex.api.xqj |
---|
Classes in org.basex.api.xqj that implement XQConnection | |
---|---|
class |
BXQConnection
Java XQuery API - Connection. |
Methods in org.basex.api.xqj that return XQConnection | |
---|---|
XQConnection |
BXQSequence.getConnection()
|
XQConnection |
BXQItem.getConnection()
|
XQConnection |
BXQDataSource.getConnection(java.sql.Connection c)
|
XQConnection |
BXQDataSource.getConnection(java.lang.String name,
java.lang.String pw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |