Package org.eclipse.datatools.connectivity.oda.impl

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

See:
          Description

Class Summary
Blob Default implementation of IBlob for use by ODA runtime drivers.
Clob Default implementation of IClob for use by ODA runtime drivers.
SimpleConnection Default implementation of IConnection for a simple ODA runtime driver.
SimpleDataSetMetaData Default implementation of IDataSetMetaData for a simple ODA runtime driver.
SimpleDriver Default implementation of IDriver for a simple ODA runtime driver.
SimpleQuery Default implementation of IQuery for a simple ODA runtime driver.
SimpleResultSet Default implementation of IResultSet for a simple ODA runtime driver.
SimpleResultSetMetaData Default implementation of IResultSetMetaData for a simple ODA runtime driver.
 

Package org.eclipse.datatools.connectivity.oda.impl Description

Provides a template implementation of the main ODA run-time interfaces. 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


Copyright © 2005 Actuate Corp. All rights reserved.