Uses of Package
org.eclipse.datatools.connectivity

Packages that use org.eclipse.datatools.connectivity
org.eclipse.datatools.connectivity   
org.eclipse.datatools.connectivity.db.generic   
org.eclipse.datatools.connectivity.drivers.jdbc   
org.eclipse.datatools.connectivity.oda.design.ui.designsession A utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
org.eclipse.datatools.connectivity.sqm.core   
org.eclipse.datatools.connectivity.sqm.core.connection   
org.eclipse.datatools.connectivity.sqm.internal.core.connection   
org.eclipse.datatools.connectivity.ui   
org.eclipse.datatools.connectivity.ui.actions   
org.eclipse.datatools.connectivity.ui.dse.dialogs   
org.eclipse.datatools.connectivity.ui.dse.dialogs.filters   
org.eclipse.datatools.connectivity.ui.wizards   
org.eclipse.datatools.enablement.hsqldb.connection   
org.eclipse.datatools.enablement.sqlite.connection   
org.eclipse.datatools.enablement.sybase.asa.actions   
org.eclipse.datatools.enablement.sybase.ase.providers   
org.eclipse.datatools.enablement.sybase.ui.util   
org.eclipse.datatools.sqltools.common.ui.actions   
org.eclipse.datatools.sqltools.debugger.core   
org.eclipse.datatools.sqltools.editor.core.connection   
org.eclipse.datatools.sqltools.result.internal.utils   
org.eclipse.datatools.sqltools.result.ui.view   
org.eclipse.datatools.sqltools.routineeditor.launching   
org.eclipse.datatools.sqltools.sql.util   
org.eclipse.datatools.sqltools.sqlbuilder.input   
org.eclipse.datatools.sqltools.sqlbuilder.model   
org.eclipse.datatools.sqltools.sqleditor   
org.eclipse.datatools.sqltools.sqleditor.internal.profile   
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity
ConnectEvent
           
ConnectionProfileException
          Base exception type for connection profile operations.
ICategory
          This interface is used for accessing functionality specific to connection profile categories.
IConfigurationType
          Deprecated.  
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IConnectionFactoryProvider
          This interface is used to access functionality provided by a connection factory extension.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IConnectionProfileMigrator
          Interface used by the connection profile framework which allows providers to hook into profile loading for migration purposes.
IConnectionProfileProvider
          This interface is used for accessing functionality provided by a connection profile extension.
IConnectListener
          Deprecated. Created on May 24, 2005
IManagedConnection
          Managed connections represent connection instances whose life cycle is managed by the connection profile it is associated with through the connect() and disconnnect() methods on IConnectionProfile.
IManagedConnectionListener
          IManagedConnection notifies clients of changes to the connection being managed through this listener interface.
IManagedConnectionOfflineListener
          Extends the base interface by adding callbacks specific to working offline.
IOfflineConnection
          An offline connection is used to present an offline view of the server to the user.
IProfileListener
          Profile Change Listener
IPropertiesPersistenceHook
           
IPropertySetChangeEvent
          Represents changes made to a property set associated with a connection profile.
IPropertySetChangeEvent.IChangedProperty
          Used to present changes made to a particular property to the consumer.
IPropertySetListener
          This interface is used to listen for property changes occurring on a connection profile.
IServerVersionProvider
          Provides version information about the server and technology supported by the server to the connection profile framework.
ProfileConnectionManager
          NON-API A simple reference count based connection pool.
ProfileManager
          ProfileManger is a singleton class serverd as a helper class for connection profiles access.
Version
           
VersionProviderConnection
          Use this class a a base class for your versioned connection implementation.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.db.generic
IPropertiesPersistenceHook
           
PropertiesPersistenceHook
           
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.drivers.jdbc
DriverConnectionBase
          Base implementation for a connection that uses the driver framework.
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IPropertiesPersistenceHook
           
IServerVersionProvider
          Provides version information about the server and technology supported by the server to the connection profile framework.
PropertiesPersistenceHook
           
Version
           
VersionProviderConnection
          Use this class a a base class for your versioned connection implementation.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.oda.design.ui.designsession
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.sqm.core
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IOfflineConnectionFactory
          Adds offline capabilities to an IConnectionFactory.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.sqm.core.connection
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.sqm.internal.core.connection
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IOfflineConnectionFactory
          Adds offline capabilities to an IConnectionFactory.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.ui
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IConnectionProfileProvider
          This interface is used for accessing functionality provided by a connection profile extension.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.ui.actions
ICategory
          This interface is used for accessing functionality specific to connection profile categories.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.ui.dse.dialogs
ICategory
          This interface is used for accessing functionality specific to connection profile categories.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IPropertySetChangeEvent
          Represents changes made to a property set associated with a connection profile.
IPropertySetListener
          This interface is used to listen for property changes occurring on a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.ui.dse.dialogs.filters
ICategory
          This interface is used for accessing functionality specific to connection profile categories.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.connectivity.ui.wizards
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.enablement.hsqldb.connection
DriverConnectionBase
          Base implementation for a connection that uses the driver framework.
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IServerVersionProvider
          Provides version information about the server and technology supported by the server to the connection profile framework.
VersionProviderConnection
          Use this class a a base class for your versioned connection implementation.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.enablement.sqlite.connection
DriverConnectionBase
          Base implementation for a connection that uses the driver framework.
IConnection
          The base interface for working with connections created from connection profiles.
IConnectionFactory
          This interface is used for creating connections to connection profiles.
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IServerVersionProvider
          Provides version information about the server and technology supported by the server to the connection profile framework.
VersionProviderConnection
          Use this class a a base class for your versioned connection implementation.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.enablement.sybase.asa.actions
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.enablement.sybase.ase.providers
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.enablement.sybase.ui.util
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.common.ui.actions
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.debugger.core
ConnectEvent
           
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.editor.core.connection
ConnectEvent
           
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.result.internal.utils
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.result.ui.view
IConnectionProfile
          The interface used when working with an instance of a connection profile.
IProfileListener
          Profile Change Listener
IProfileListener1
          Profile Change Listener
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.routineeditor.launching
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.sql.util
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.sqlbuilder.input
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.sqlbuilder.model
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.sqleditor
IConnectionProfile
          The interface used when working with an instance of a connection profile.
 

Classes in org.eclipse.datatools.connectivity used by org.eclipse.datatools.sqltools.sqleditor.internal.profile
ConnectEvent
           
IConnectionProfile
          The interface used when working with an instance of a connection profile.