dbdefinition filter
Identifier:
org.eclipse.datatools.sqltools.sqlscrapbook.dbdeffilter
Since:
[Enter the first release in which this extension point appears.]
Description:
Allows tooling vendors to filter out dbdefinitions shown in SQL scrapbook/SQL file editor. It only affects dbdefinitions which have no corresponding org.eclipse.datatools.sqltools.editor.core.dbConfigurations extensions.
Configuration Markup:
<!ELEMENT extension (dbdefinition)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT dbdefinition EMPTY>
<!ATTLIST dbdefinition
product CDATA #REQUIRED
version CDATA #REQUIRED
>
- product -
- version - "x" can be used as wildcard character.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]