|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnection | |
org.eclipse.datatools.connectivity | |
org.eclipse.datatools.connectivity.db.generic | |
org.eclipse.datatools.connectivity.sqm.core | |
org.eclipse.datatools.connectivity.ui |
Uses of IConnection in org.eclipse.datatools.connectivity |
Subinterfaces of IConnection in org.eclipse.datatools.connectivity | |
interface |
IOfflineConnection
An offline connection is used to present an offline view of the server to the user. |
Classes in org.eclipse.datatools.connectivity that implement IConnection | |
class |
DriverConnectionBase
Base implementation for a connection that uses the driver framework. |
class |
VersionProviderConnection
Use this class a a base class for your versioned connection implementation. |
Methods in org.eclipse.datatools.connectivity that return IConnection | |
IConnection |
ProfileConnectionManager.getConnection(IConnectionProfile profile,
java.lang.String factoryID)
|
IConnection |
IManagedConnection.getConnection()
|
IConnection |
IManagedConnection.cloneConnection()
Creates a copy of the connection being managed. |
IConnection |
IManagedConnection.ICloneConnectionJob.getConnection()
|
IConnection |
IConnectionProfile.createConnection(java.lang.String factory)
This method is a shortcut for getProvider()getConnectionFactory(factoryId).createConnection(this). |
IConnection |
IConnectionProfile.createConnection(java.lang.String factoryId,
java.lang.String uid,
java.lang.String pwd)
This method is a shortcut for getProvider()getConnectionFactory(factoryId).createConnection(this,uid,pwd). |
IConnection |
IConnectionFactory.createConnection(IConnectionProfile profile)
This method creates a connection to a server based on the properties specified by the connection profile. |
IConnection |
IConnectionFactory.createConnection(IConnectionProfile profile,
java.lang.String uid,
java.lang.String pwd)
This method creates a connection to a server based on the properties specified by the connection profile. |
Uses of IConnection in org.eclipse.datatools.connectivity.db.generic |
Classes in org.eclipse.datatools.connectivity.db.generic that implement IConnection | |
class |
JDBCConnection
NON-API IConnection implementation for java.sql.Connection objects. |
Methods in org.eclipse.datatools.connectivity.db.generic that return IConnection | |
IConnection |
JDBCConnectionFactory.createConnection(IConnectionProfile profile)
|
IConnection |
JDBCConnectionFactory.createConnection(IConnectionProfile profile,
java.lang.String uid,
java.lang.String pwd)
|
Uses of IConnection in org.eclipse.datatools.connectivity.sqm.core |
Methods in org.eclipse.datatools.connectivity.sqm.core that return IConnection | |
IConnection |
SQMConnectionFactory.createConnection(IConnectionProfile profile)
|
IConnection |
SQMConnectionFactory.createConnection(IConnectionProfile profile,
java.lang.String uid,
java.lang.String pwd)
|
Uses of IConnection in org.eclipse.datatools.connectivity.ui |
Methods in org.eclipse.datatools.connectivity.ui that return IConnection | |
IConnection |
ManagedContentExtensionBase.getConnection()
|
IConnection |
IContentExtension.getConnection()
|
IConnection |
ContentExtensionFactoryBase.getConnection()
Each ContentExtensionFactoryBase manages its own connection, clients who's calling this api in order to resuse this connection shouldn't try to close it or modify its state. |
abstract IConnection |
ContentExtensionBase.getConnection()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |