org.eclipse.datatools.sqltools.core.IDBFactory
which will be responsible for creating editor-related classes.
<!ELEMENT extension (dbFactory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT dbFactory EMPTY>
<!ATTLIST dbFactory
factoryClass CDATA #REQUIRED
product CDATA #REQUIRED
version CDATA #REQUIRED
description CDATA #IMPLIED
supportsDebugging (true | false) "false">
org.eclipse.datatools.sqltools.core.IDBFactory
which will be responsible for providing database specific classes.org.eclipse.datatools.sqltools.debugger.core.IDBDebuggerFactory
Contributes an ASE extenstion to the SQL editor. Note: dtpeditor uses product and version information to find the associated database model definition contribution defined by DTP dbdefinition.<extension point=
"org.eclipse.datatools.sqltools.editor.core.dbFactories"
>
<dbFactory product=
"Sybase Adaptive Server Enterprise"
version=
"12.5.x"
factoryClass=
"com.sybase.stf.dmp.ase.ASEFactory"
>
</dbFactory>
</extension>
Copyright (c) 2005 Sybase, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Sybase, Inc. - initial API and implementation