filterInformation
Identifier:
org.eclipse.datatools.connectivity.sqm.core.ui.filterInformation
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point will provide plugins a way to supply a filter with a database's vendor, database's version, filtering object type as well as the option of using multi-predicates mode.
Configuration Markup:
<!ELEMENT extension (filterInformation+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
This extension point will provide plugins a way to supply a filter with a database's vendor, database's version, filtering object type as well as the option of using multi-predicates mode.
<!ELEMENT filterInformation (object+)>
<!ATTLIST filterInformation
vendor CDATA #REQUIRED
version CDATA #REQUIRED
supportsMultiplePredicates (true | false)
>
- vendor - The vendor of a database.
- version - The version of a database.
- supportsMultiplePredicates - An option to use the mutiple predicates mode.
<!ELEMENT object EMPTY>
<!ATTLIST object
type CDATA #REQUIRED
>
- type - The object that needs the filtering. It is a type of virtual node.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]