org.eclipse.datatools.sqltools.ui.core.ISQLDevToolsUIConfiguration
which will be responsible for creating vendor-specific configuration that will be used to customize the default behavior of the SQL Dev Tools UI framework.
<!ELEMENT extension (dbUIConfiguration+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT dbUIConfiguration EMPTY>
<!ATTLIST dbUIConfiguration
configurationClass CDATA #REQUIRED
product CDATA #REQUIRED
version CDATA #REQUIRED
description CDATA #IMPLIED
default (true | false) "false">
org.eclipse.datatools.sqltools.ui.core.SQLDevToolsUIConfiguration
which will be responsible for providing database specific classes.<extension point="org.eclipse.datatools.sqltools.editor.ui.core.dbUIConfigurations"> <dbConfiguration product="Sybase Adaptive Server Enterprise" version="12.5.x" configurationClass="com.sybase.stf.dmp.ase.ASEUIConfiguration" > </dbConfiguration> </extension>Contributes an ASE extenstion to the UI Configuration.
Copyright (c) 2008 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