Uses of Interface
org.eclipse.birt.data.oda.IConnection

Packages that use IConnection
org.eclipse.birt.data.oda [Deprecated] Defines the run-time API of BIRT Open Data Access (ODA) extensions. 
org.eclipse.birt.data.oda.impl [Deprecated] Provides a template implementation of the main ODA run-time interfaces. 
 

Uses of IConnection in org.eclipse.birt.data.oda
 

Methods in org.eclipse.birt.data.oda that return IConnection
 IConnection IDriver.getConnection(java.lang.String dataSourceId)
          Deprecated. Returns an IConnection object that can then be used to establish a runtime connection to the underlying data source with the given unique id.
 IConnection IDataSetMetaData.getConnection()
          Deprecated. Returns the connection that produced this metadata object.
 

Uses of IConnection in org.eclipse.birt.data.oda.impl
 

Classes in org.eclipse.birt.data.oda.impl that implement IConnection
 class SimpleConnection
          Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleConnection .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project.
 

Methods in org.eclipse.birt.data.oda.impl that return IConnection
 IConnection SimpleDriver.getConnection(java.lang.String dataSourceType)
          Deprecated.  
protected  IConnection SimpleDriver.newConnection(java.lang.String dataSourceType)
          Deprecated. Override to return a specific IConnection instance based on the type of data source.
 IConnection SimpleDataSetMetaData.getConnection()
          Deprecated.  
 

Constructors in org.eclipse.birt.data.oda.impl with parameters of type IConnection
SimpleDataSetMetaData(IConnection connection)
          Deprecated.  
 



Copyright © 2005 Actuate Corp. All rights reserved.