external table data loader
Identifier:
org.eclipse.datatools.sqltools.data.ui.externalTableDataLoad
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 externalLoad EMPTY>
<!ATTLIST externalLoad
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 + minor version of the database that is supported as returned by java.sql.DatabaseMetadata.getDatabaseMajorVersion and ...getDatabaseMinorVersion.
- class - Name of the class that implements IExternalLoad
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]