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

Use Case - Extending SQL Editor Framework

Back to API Use Case Page

Purpose

To provide a central place for customization of SQL dev tools. Extensions register a dbConfiguration of the type org.eclipse.datatools.sqltools.core.SQLDevToolsConfiguration which will be responsible for creating vendor-specific algorithms that will be used to customize the default behavior of the SQL Dev Tools framework.

Extension Points Involved

  • org.eclipse.datatools.sqltools.editor.core.dbConfigurations

Java API Classes

  • org.eclipse.datatools.sqltools.core.SQLDevToolsConfiguration: Core class for contributing vendor-specific services;
  • org.eclipse.datatools.sqltools.core.services: A service is responsible for providing a group of related strategy objects.

Exemplary Clients

DTP 1.0 contains 2 sample extension to the dbConfigurations extension point, including the generic db implementation and derby implementation. The generic db implementation would be used by the framework when no other specific implementations can be found.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.