Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-11-12 17:37:52 +0000
committerEike Stepper2010-11-12 17:37:52 +0000
commit7251cc0e0a009444373763794da5e698b6b48f5b (patch)
tree1b5298597f23b333ae1d206b341385323fc21b94 /plugins/org.eclipse.emf.cdo/model
parent8dfd5bce28e3fb13dfd8bafeef03faad3c436f7a (diff)
downloadcdo-7251cc0e0a009444373763794da5e698b6b48f5b.tar.gz
cdo-7251cc0e0a009444373763794da5e698b6b48f5b.tar.xz
cdo-7251cc0e0a009444373763794da5e698b6b48f5b.zip
[330072] Provide a DB Adapter for DB2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330072
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/model')
-rw-r--r--plugins/org.eclipse.emf.cdo/model/eresource.ecore7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo/model/eresource.ecore b/plugins/org.eclipse.emf.cdo/model/eresource.ecore
index acb44c9380..7a5b8cb39b 100644
--- a/plugins/org.eclipse.emf.cdo/model/eresource.ecore
+++ b/plugins/org.eclipse.emf.cdo/model/eresource.ecore
@@ -6,7 +6,12 @@
<eClassifiers xsi:type="ecore:EClass" name="CDOResourceNode" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="#//CDOResourceFolder"
eOpposite="#//CDOResourceFolder/nodes"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http://www.eclipse.org/CDO/DBStore">
+ <details key="columnType" value="VARCHAR"/>
+ <details key="columnLength" value="255"/>
+ </eAnnotations>
+ </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
</eClassifiers>

Back to the top