org.eclipse.datatools.connectivity.sqm.core.definition.DatabaseDefinition
interface, can be used to obtain meta-information about the database of given type and version, and can also be used to obtain a data model element factory, as contributed by the org.eclipse.datatools.connectivity.sqm.core.dataModelElementFactory
extension point.
<!ELEMENT extension (definition+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT definition EMPTY>
<!ATTLIST definition
description CDATA #IMPLIED
product CDATA #REQUIRED
version CDATA #REQUIRED
previous CDATA #IMPLIED
allowsConnections (true | false)
productDisplayString CDATA #REQUIRED
versionDisplayString CDATA #REQUIRED
file CDATA #REQUIRED
>org.eclipse.datatools.connectivity.sqm.core.definition.DatabaseDefinitionRegistry
instance to obtain the database definition.
Copyright 2005, 2007 IBM Corporation and others.
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