External provider for table extract
Identifier:
org.eclipse.datatools.sqltools.data.ui.externalTableDataExtract
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension EMPTY>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT externalExtract EMPTY>
<!ATTLIST externalExtract
vendor CDATA #REQUIRED
version CDATA #REQUIRED
class CDATA #REQUIRED
>
- vendor - Vendor: String as returned by import org.eclipse.datatools.modelbase.sql.schema..Database.getVendor().
- version - Version: String.
This is the lowest major version of the database that is supported as returned by java.sql.DatabaseMetadata.getDatabaseMajorVersion.
- class - Name of the class that implements IExternalExtract
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]