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

Difference between revisions of "DTP Component Catalog"

Line 3: Line 3:
 
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 [mailto:dtp-dev@eclipse.org dtp-dev] to start a conversation about the possibilities.
 
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 [mailto:dtp-dev@eclipse.org dtp-dev] to start a conversation about the possibilities.
 
=Components=
 
=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==
 
==D==
 
===Database Definition Model===
 
===Database Definition Model===
 
*Description: An EMF model for specifying database detail.
 
*Description: An EMF model for specifying database detail.
*Available in: DTP 1.0
+
*Available: DTP 1.0
 
*Subproject: Model Base
 
*Subproject: Model Base
 
*Status: Provisional
 
*Status: Provisional
 
===Driver Definition Framework===
 
===Driver Definition Framework===
 
*Description: Framework and tools for defining and manipulating driver templates.
 
*Description: Framework and tools for defining and manipulating driver templates.
*Available in: DTP 1.0
+
*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
 
*Subproject: Connectivity
 
*Status: Provisional
 
*Status: Provisional
Line 17: Line 29:
 
===SQL Model===
 
===SQL Model===
 
*Description: An EMF model based on the SQL99/03 specification.
 
*Description: An EMF model based on the SQL99/03 specification.
*Available in: DTP 1.0
+
*Available: DTP 1.0
 
*Subproject: Model Base
 
*Subproject: Model Base
 
*Status: Provisional
 
*Status: Provisional
 
===SQL Query Model===
 
===SQL Query Model===
 
*Description: An EMF model for SQL queries.
 
*Description: An EMF model for SQL queries.
*Available in: DTP 1.0
+
*Available: DTP 1.0
 
*Subproject: Model Base
 
*Subproject: Model Base
 
*Status: Provisional
 
*Status: Provisional

Revision as of 17:43, 12 December 2006

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

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