ServerExplorerInitializationProvider
Identifier:
org.eclipse.datatools.connectivity.sqm.server.ui.ServerExplorerInitializationProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point will provide a way for Connection provider to populate Servers at start-up time
Configuration Markup:
<!ELEMENT extension (server)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT server (database+)>
<!ATTLIST server
serverName CDATA #REQUIRED
driverClassName CDATA #REQUIRED
loadingPath CDATA #REQUIRED
user CDATA #REQUIRED
password CDATA #REQUIRED>
- serverName -
- driverClassName -
- loadingPath -
- user -
- password -
<!ELEMENT database EMPTY>
<!ATTLIST database
name CDATA #REQUIRED
URL CDATA #REQUIRED
product CDATA #REQUIRED
version CDATA #REQUIRED>
- name -
- URL -
- product -
- version -
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]