|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLConnection | |
org.xquark.mediator | |
org.xquark.xml.xdbc |
Uses of XMLConnection in org.xquark.mediator |
Classes in org.xquark.mediator that implement XMLConnection | |
class |
MediatorConnection
This class implements the interface that represents a connection with a specific XML data source. |
Methods in org.xquark.mediator that return XMLConnection | |
XMLConnection |
XDBCWrapper.getConnection()
Load the accessor driver and open a connection. |
XMLConnection |
Mediator.getConnection()
Attempts to establish a connection with the data source. |
XMLConnection |
Mediator.getConnection(java.lang.String user,
java.lang.String password)
Attempts to establish a connection with the data source. |
Uses of XMLConnection in org.xquark.xml.xdbc |
Classes in org.xquark.xml.xdbc that implement XMLConnection | |
class |
DefaultReadOnlyXMLConnection
A default implementation of XMLConnection for read-only connections |
Methods in org.xquark.xml.xdbc that return XMLConnection | |
XMLConnection |
XMLStatement.getConnection()
Returns the connection object that produced this statement. |
static XMLConnection |
XMLDriverManager.getConnection(java.lang.String uri)
Attempts to establish a connection to the given data source URI. |
static XMLConnection |
XMLDriverManager.getConnection(java.lang.String uri,
java.lang.String user,
java.lang.String password)
Attempts to establish a connection to the given data source URI with a login/password. |
XMLConnection |
XMLDataSourceMetaData.getConnection()
To get the XMLConnection object that produced this XMLDataSourceMetaData object. |
XMLConnection |
XMLDataSource.getConnection()
Attempts to establish a connection with the data source. |
XMLConnection |
XMLDataSource.getConnection(java.lang.String user,
java.lang.String password)
Attempts to establish a connection with the data source. |
XMLConnection |
XMLCollection.getConnection()
Retrieves the XMLConnection object that produced this XMLCollection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |