Package org.eclipse.birt.data.oda.impl

[Deprecated] Provides a template implementation of the main ODA run-time interfaces.

See:
          Description

Class Summary
SimpleConnection Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleConnection .
SimpleDataSetMetaData Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleDataSetMetaData .
SimpleDriver Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleDriver .
SimpleQuery Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleQuery .
SimpleResultSet Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleResultSet .
SimpleResultSetMetaData Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.impl.SimpleResultSetMetaData .
 

Package org.eclipse.birt.data.oda.impl Description

[Deprecated] Provides a template implementation of the main ODA run-time interfaces.

As of BIRT 2.0, the BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project. It is replaced by the org.eclipse.datatools.connectivity.oda packages.

These classes assume the behavior of a simple ODA driver, and have labelled TODO tasks for a driver developer to implement data source dependent behavior. These concrete classes are provided for use as templates or base classes to aid in the development of an ODA custom driver. Their use is purely optional.

Since:
2.0.0
See Also:
org.eclipse.datatools.connectivity.oda.impl


Copyright © 2005 Actuate Corp. All rights reserved.