SQL Execution Plan Service
Identifier:
org.eclipse.datatools.sqltools.plan.planService
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (planService)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT planService EMPTY>
<!ATTLIST planService
databaseVendorDefinitionId CDATA #REQUIRED
serviceClass CDATA #REQUIRED>
- databaseVendorDefinitionId - The database vendor definition Id, this is used to uniquely identify a database product, the format is: "product name" plus "_" plus "product version", for example, Derby_10.0
- serviceClass - The service class which should implement IPlanService
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]