External Filter for Table Editor

Identifier:
org.eclipse.datatools.sqltools.data.core.tableEditorResultFilter

Since:
[Enter the first release in which this extension point appears.]

Description:
This extension point allows users to set a filter for the columns and/or the where clause to use when the table editor cells are constructed. Generally, all columns of all rows are displayed in the table editor. This extension point allows users to restrict the columns/rows to be edited.

Configuration Markup:

<!ELEMENT extension (editorFilter)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT editorFilter EMPTY>

<!ATTLIST editorFilter

vendor CDATA #IMPLIED

class  CDATA #REQUIRED

>

Element specifies an external filter is to be used to filter the results sets used by the table editor



Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

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