resultSetOutputter

Identifier:
org.eclipse.datatools.sqltools.result.resultSetOutputter

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

Description:
Enable consumer to contribute customized outputter.

Configuration Markup:

<!ELEMENT extension (Ouputter+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT Ouputter EMPTY>

<!ATTLIST Ouputter

typeId           CDATA #REQUIRED

typeName         CDATA #REQUIRED

fileExtension    CDATA #REQUIRED

supportDelimiter (true | false)

class            CDATA #REQUIRED

supportXMLResult (true | false)

extensionFilter  CDATA #IMPLIED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

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