Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DTP Component Catalog

Revision as of 10:45, 17 June 2007 by Remy.suen.gmail.com (Talk | contribs) (cat)

Back to DTP Main Page

Introduction

The purpose of this document is to collect components in DTP that can be reused in other Eclipse projects or, more generally, by anyone extending the Eclipse platform. We do not intend to document each component in detail (this is the purpose of the ISV and other supporting documentation), but rather to provide a convenient place where the entire DTP component set is listed based on functionality provided. Since this document concerns components that can be used by other plug-ins, the scope is limited declared API and extension points. As always, if you discover a non-API DTP component that you would like to re-use, please send email to dtp-dev to start a conversation about the possibilities.

Components

C

Connection Management Framework

  • Description: Framework and tools for defining and using connections to data sources.
  • Available: DTP 1.0
  • Subproject: Connectivity
  • Status: Provisional

D

Database Definition Model

  • Description: An EMF model for specifying database detail.
  • Available: DTP 1.0
  • Subproject: Model Base
  • Status: Provisional

Data Source Explorer

  • Description: An Eclipse Navigator based viewer for connections created in the connection framework.
  • Available: DTP 1.0
  • Subproject: Connectivity
  • Status: Provisional

Driver Definition Framework

  • Description: Framework and tools for defining and manipulating driver templates.
  • Available: DTP 1.0
  • Subproject: Connectivity
  • Status: Provisional

O

ODA Framework

  • Description: Framework and tools for Open Data Access (ODA) drivers.
  • Available: DTP 1.0
  • Subproject: Connectivity
  • Status: Provisional

S

SQL Model

  • Description: An EMF model based on the SQL99/03 specification.
  • Available: DTP 1.0
  • Subproject: Model Base
  • Status: Provisional

SQL Query Model

  • Description: An EMF model for SQL queries.
  • Available: DTP 1.0
  • Subproject: Model Base
  • Status: Provisional

Back to the top