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) >


<!ELEMENT object EMPTY>

<!ATTLIST object

type CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]